From 736c54e1ecb1401e3825718542dd337892cf0d5d Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 9 Mar 2018 17:17:09 -0800 Subject: [PATCH] Allow keywords in dot notation --- .eslintrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.eslintrc b/.eslintrc index 088ba4a4..7fb6d974 100644 --- a/.eslintrc +++ b/.eslintrc @@ -33,12 +33,7 @@ "camelcase": "error", "consistent-return": "warn", "constructor-super": "error", - "dot-notation": [ - "error", - { - "allowKeywords": false - } - ], + "dot-notation": "error", "eqeqeq": ["error", "smart"], "guard-for-in": "error", "max-depth": ["warn", 4],