diff --git a/.eslintrc b/.eslintrc index 23f3809..8566445 100644 --- a/.eslintrc +++ b/.eslintrc @@ -22,6 +22,7 @@ "comma-dangle": "off", "consistent-return": "off", "default-case": "off", + "dot-location": ["error", "property"], "function-paren-newline": "off", "id-length": "off", "indent": ["error", 2],