From b46d8ec91ba4218f34fc51ce91cd25db46f40b6a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 20 Jan 2016 09:50:00 -0700 Subject: [PATCH] Enable no-undef eslint rule --- script/eslintrc-base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/eslintrc-base.json b/script/eslintrc-base.json index 139be045e65..71ac2bd53b3 100644 --- a/script/eslintrc-base.json +++ b/script/eslintrc-base.json @@ -18,7 +18,7 @@ "comma-dangle": 0, "linebreak-style": 0, "no-console": 0, - "no-undef": 0, + "no-undef": 2, "no-unused-vars": 2 }, "env": {