ESLint: Remove no-implicit-globals

This commit is contained in:
Dan Stillman 2019-03-11 05:22:55 -04:00
parent d264b00dcd
commit 0cf1624b7e

View file

@ -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",