mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-10-29 15:07:57 +03:00
Update
This commit is contained in:
parent
05527916ad
commit
eb544f4116
|
|
@ -24,10 +24,7 @@ export default defineConfig([
|
|||
},
|
||||
{
|
||||
files: ['test/**/*.js', 'test/**/*.jsx'],
|
||||
plugins: {
|
||||
'react-hooks': reactHooks,
|
||||
},
|
||||
extends: ['react-hooks/recommended'],
|
||||
...reactHooks.configs.flat.recommended,
|
||||
},
|
||||
{
|
||||
files: ['test/**/*.js', 'test/**/*.jsx'],
|
||||
|
|
|
|||
|
|
@ -46,10 +46,7 @@ export default (
|
|||
},
|
||||
{
|
||||
files,
|
||||
plugins: {
|
||||
'react-hooks': reactHooks,
|
||||
},
|
||||
extends: ['react-hooks/recommended-latest'],
|
||||
...reactHooks.configs.flat.recommended,
|
||||
},
|
||||
{
|
||||
files,
|
||||
|
|
|
|||
|
|
@ -43,10 +43,7 @@ export default (tsconfigRootDir) =>
|
|||
},
|
||||
{
|
||||
files: ['test/**/*.ts', 'test/**/*.tsx'],
|
||||
plugins: {
|
||||
'react-hooks': reactHooks,
|
||||
},
|
||||
extends: ['react-hooks/recommended-latest'],
|
||||
...reactHooks.configs.flat.recommended,
|
||||
},
|
||||
{
|
||||
files: ['test/**/*.ts', 'test/**/*.tsx'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user