diff --git a/eslintrc.json b/eslintrc.json index 9921da50..a4fe7469 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -89,7 +89,6 @@ "no-lone-blocks": "error", "no-mixed-operators": ["error", { "groups": [ - ["+", "-", "*", "/", "%", "**"], ["==", "!=", "===", "!==", ">", ">=", "<", "<="], ["&&", "||"], ["in", "instanceof"]