Change eslint no-implicit-globals rule to error
This commit is contained in:
parent
a4e6934d59
commit
49b65a09dd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ module.exports = [
|
||||||
"no-extra-bind": "error",
|
"no-extra-bind": "error",
|
||||||
"no-extra-label": "error",
|
"no-extra-label": "error",
|
||||||
"no-implicit-coercion": "warn",
|
"no-implicit-coercion": "warn",
|
||||||
"no-implicit-globals": "warn",
|
"no-implicit-globals": "error",
|
||||||
"no-implied-eval": "error",
|
"no-implied-eval": "error",
|
||||||
"no-invalid-this": "error",
|
"no-invalid-this": "error",
|
||||||
"no-iterator": "error",
|
"no-iterator": "error",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue