diff --git a/.eslintrc.json b/.eslintrc.json index 678fae13..51f9613a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,6 @@ "OO": false }, "rules": { - "dot-notation": [ "error", { "allowKeywords": true } ], "max-len": 0 } }