Update new ver
This commit is contained in:
@ -73,7 +73,7 @@ export function extendConfig({
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
files: ['.eslintrc.js', '*.config.js', 'index.js'],
|
||||
files: ['.eslintrc.js', '*.config.js', 'index.js', 'babel.config.js'],
|
||||
extends: ['plugin:@typescript-eslint/disable-type-checked'],
|
||||
},
|
||||
...(overrides ?? []),
|
||||
@ -87,7 +87,7 @@ export function extendConfig({
|
||||
...reactRules,
|
||||
'react/no-unknown-property': [
|
||||
error,
|
||||
{ extends: hasNext ? ['emotion', 'next'] : ['emotion'] },
|
||||
{ ignore: hasNext ? ['emotion', 'next'] : ['emotion'] },
|
||||
],
|
||||
}),
|
||||
...(hasReactRefresh && {
|
||||
|
Reference in New Issue
Block a user