diff --git a/.eslintrc b/.eslintrc index dc638d264..7a09e7ba1 100644 --- a/.eslintrc +++ b/.eslintrc @@ -11,7 +11,7 @@ "sourceType": "module" }, "rules": { - "dot-notation": "error", + "dot-notation": "off", "eqeqeq": ["error", "smart"], "indent": ["off", 2], "keyword-spacing": "error",