diff --git a/.eslintrc.js b/.eslintrc.js
index 50daf71a8a04c39b3ed039d47ec2927a76edcafc..e01d3ce69821ff914b61facb9543909eab401ae9 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -35,6 +35,7 @@ module.exports = {
     }],
     "@typescript-eslint/explicit-function-return-type": "off",
     "@typescript-eslint/no-explicit-any": "off",
-    "@typescript-eslint/no-use-before-define": "off"
+    "@typescript-eslint/no-use-before-define": "off",
+    "no-extra-boolean-cast": "off"
   }
 };
\ No newline at end of file