diff --git a/.eslintrc.js b/.eslintrc.js index e1e62430..dc6c5b2f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,7 +17,10 @@ module.exports = { }, rules: { "@typescript-eslint/no-this-alias": "off", - "eqeqeq": "off", + "eqeqeq": [ + "error", + "smart" + ], "prefer-rest-params": "off", "@typescript-eslint/naming-convention": [ "error",