ignore some unnessary rules.
This commit is contained in:
parent
6d86a27bf4
commit
9ae57451a4
|
@ -20,6 +20,8 @@ export default tseslint.config(
|
||||||
rules: {
|
rules: {
|
||||||
...reactHooks.configs.recommended.rules,
|
...reactHooks.configs.recommended.rules,
|
||||||
'react-refresh/only-export-components': 'off',
|
'react-refresh/only-export-components': 'off',
|
||||||
|
'react-hooks/exhaustive-deps': 'off',
|
||||||
|
'typescript-eslint/no-unused-vars': 'warn',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user