diff --git a/eslint.config.js b/eslint.config.js index 67b0f50..aa8ae4b 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -20,6 +20,7 @@ export default tseslint.config( rules: { ...reactHooks.configs.recommended.rules, 'react-refresh/only-export-components': 'off', + 'react-hooks/exhaustive-deps': 'off', }, }, );