diff --git a/.eslintrc.json b/.eslintrc.json index d12973854d..e4570046b7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -175,7 +175,7 @@ "curly": 2, "dot-notation": [ "error", { "allowKeywords": true } ], "eol-last": [ "error", "always" ], - "eqeqeq": [ "error", "allow-null" ], + "eqeqeq": 2, "func-style": [ "off", "expression" ], "guard-for-in": 2, "keyword-spacing": [ "error",