Update eslint rules

This commit is contained in:
SleepWalker 2016-07-26 07:39:56 +03:00
parent cf6d7bdd79
commit 25134656f3

View File

@ -105,9 +105,8 @@
"no-label-var": "error",
"no-shadow-restricted-names": "error",
"no-shadow": "off",
"no-undef-init": "warn",
"no-undef-init": "error",
"no-undef": "error",
"no-undefined": "error",
"no-use-before-define": ["warn", "nofunc"],
// CommonJS