Update new ver

This commit is contained in:
Alex
2023-10-13 00:36:58 -04:00
parent 91bbcba2e8
commit a8fdfcd9ed
6 changed files with 960 additions and 563 deletions

View File

@ -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 && {