ESLint: Remove no-implicit-globals
This commit is contained in:
parent
d264b00dcd
commit
0cf1624b7e
1 changed files with 0 additions and 1 deletions
|
@ -194,7 +194,6 @@
|
||||||
"no-extra-label": "error",
|
"no-extra-label": "error",
|
||||||
"no-extra-parens": "off",
|
"no-extra-parens": "off",
|
||||||
"no-floating-decimal": "error",
|
"no-floating-decimal": "error",
|
||||||
"no-implicit-globals": "error",
|
|
||||||
"no-implied-eval": "error",
|
"no-implied-eval": "error",
|
||||||
"no-inline-comments": "off",
|
"no-inline-comments": "off",
|
||||||
"no-invalid-this": "off",
|
"no-invalid-this": "off",
|
||||||
|
|
Loading…
Reference in a new issue