Add "no-import-assign" eslint rule
This commit is contained in:
parent
fe503adf4c
commit
e7d1b5a952
1 changed files with 1 additions and 0 deletions
|
@ -72,5 +72,6 @@ module.exports = {
|
|||
"no-ex-assign": "error",
|
||||
"no-fallthrough": "error",
|
||||
"no-invalid-regexp": "error",
|
||||
"no-import-assign": "error",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue