diff --git a/.eslintrc.json b/.eslintrc.json index b171cdab..5bed8063 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -71,6 +71,7 @@ "id-length": "off", "indent": ["error", 2, { "SwitchCase": 1 }], "linebreak-style": "off", + "logical-assignment-operators": "off", "max-depth": "off", "max-lines": "off", "max-lines-per-function": "off",