ignore some unnessary rules.

This commit is contained in:
Vixalie 2025-03-06 21:54:50 +08:00
parent 6d86a27bf4
commit 9ae57451a4

View File

@ -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',
},
},
);