mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-10-30 23:47:35 +03:00
Update
This commit is contained in:
parent
05527916ad
commit
eb544f4116
|
|
@ -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'],
|
||||||
|
|
|
||||||
|
|
@ -46,10 +46,7 @@ export default (
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files,
|
files,
|
||||||
plugins: {
|
...reactHooks.configs.flat.recommended,
|
||||||
'react-hooks': reactHooks,
|
|
||||||
},
|
|
||||||
extends: ['react-hooks/recommended-latest'],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files,
|
files,
|
||||||
|
|
|
||||||
|
|
@ -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'],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user