diff --git a/.eslintrc.json b/.eslintrc.json index 0905057c..31aae27f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,9 +23,7 @@ }, "rules": { "prettier/prettier": "error", - "eqeqeq": "error", "no-prototype-builtins": "off", - "no-var": "error", "no-unused-vars": "off" } }