We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4f2fd commit b19ea17Copy full SHA for b19ea17
eslint.config.mjs
@@ -17,10 +17,10 @@ export default tseslint.config(
17
tseslint.configs.recommended,
18
react.configs.flat.recommended,
19
react.configs.flat['jsx-runtime'],
20
+ reactHooks.configs['recommended-latest'],
21
{
22
plugins: {
23
'react-compiler': reactCompiler,
- 'react-hooks': reactHooks,
24
},
25
settings: {
26
react: {
@@ -75,7 +75,6 @@ export default tseslint.config(
75
{ argsIgnorePattern: '^_', varsIgnorePattern: '^_' },
76
],
77
'react-compiler/react-compiler': 'warn',
78
- ...reactHooks.configs.recommended.rules,
79
80
81
0 commit comments