Add "no-ex-assign" eslint rule
This commit is contained in:
parent
d39703a6c5
commit
f1a95b834c
1 changed files with 1 additions and 0 deletions
|
@ -69,5 +69,6 @@ module.exports = {
|
|||
"no-dupe-else-if": "error",
|
||||
"no-dupe-keys": "error",
|
||||
"no-duplicate-case": "error",
|
||||
"no-ex-assign": "error",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue