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