This commit is contained in:
Nathan Bierema 2025-10-14 10:17:35 -04:00
parent 05527916ad
commit eb544f4116
3 changed files with 3 additions and 12 deletions

View File

@ -24,10 +24,7 @@ export default defineConfig([
}, },
{ {
files: ['test/**/*.js', 'test/**/*.jsx'], files: ['test/**/*.js', 'test/**/*.jsx'],
plugins: { ...reactHooks.configs.flat.recommended,
'react-hooks': reactHooks,
},
extends: ['react-hooks/recommended'],
}, },
{ {
files: ['test/**/*.js', 'test/**/*.jsx'], files: ['test/**/*.js', 'test/**/*.jsx'],

View File

@ -46,10 +46,7 @@ export default (
}, },
{ {
files, files,
plugins: { ...reactHooks.configs.flat.recommended,
'react-hooks': reactHooks,
},
extends: ['react-hooks/recommended-latest'],
}, },
{ {
files, files,

View File

@ -43,10 +43,7 @@ export default (tsconfigRootDir) =>
}, },
{ {
files: ['test/**/*.ts', 'test/**/*.tsx'], files: ['test/**/*.ts', 'test/**/*.tsx'],
plugins: { ...reactHooks.configs.flat.recommended,
'react-hooks': reactHooks,
},
extends: ['react-hooks/recommended-latest'],
}, },
{ {
files: ['test/**/*.ts', 'test/**/*.tsx'], files: ['test/**/*.ts', 'test/**/*.tsx'],