From 25134656f3bbde260167d90e35330244735328cd Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Tue, 26 Jul 2016 07:39:56 +0300 Subject: [PATCH] Update eslint rules --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 67433fc..3230815 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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