diff --git a/eslint.config.mjs b/eslint.config.mjs index 4df22d5c..62e53ddb 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -68,6 +68,7 @@ export default tseslint.config( 'no-case-declarations': 'off', 'no-prototype-builtins': 'off', 'no-extra-boolean-cast': 'off', + "react-hooks/exhaustive-deps": 'off', 'semi': 'off', } });