diff --git a/.eslintrc.json b/.eslintrc.json index bdb43098..4da9473c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,7 +10,6 @@ "OO": false }, "rules": { - "dot-notation": [ "error", { "allowKeywords": true } ], "max-len": 0 } }