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],