From d047be739e974f7635a414a0df2e87f62e3f4302 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Thu, 29 Jan 2015 09:09:48 -0800 Subject: [PATCH] Remove unneeded rule --- scripts/admin/eslint/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/admin/eslint/config.json b/scripts/admin/eslint/config.json index 5d8b7c212a..125a9c4b08 100644 --- a/scripts/admin/eslint/config.json +++ b/scripts/admin/eslint/config.json @@ -111,7 +111,7 @@ "consistent-this": [0, "that"], "curly": [0, "multi"], "default-case": 0, - "dot-notation": [2, { "allowKeywords": true }], + "dot-notation": [0, { "allowKeywords": true }], "eol-last": 2, "eqeqeq": 2, "func-names": 0,