diff --git a/.eslintrc.json b/.eslintrc.json index 394fbc5..8954fc7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -88,14 +88,13 @@ ], "valid-typeof": ["error", { "requireStringLiterals": true }], - "class-methods-use-this": "error", "consistent-this": "error", "default-param-last": "off", "@typescript-eslint/default-param-last": "error", "default-case-last": "error", "dot-notation": "off", "@typescript-eslint/dot-notation": ["error", { "allowKeywords": true }], - "eqeqeq": "error", + "eqeqeq": ["error", "always", { "null": "ignore" }], "grouped-accessor-pairs": "error", "new-cap": [ "error",