AI bullshit bro
This commit is contained in:
parent
6651136e5b
commit
38bd1d4003
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ export default defineConfig(
|
||||||
tseslint.configs.recommendedTypeChecked,
|
tseslint.configs.recommendedTypeChecked,
|
||||||
{
|
{
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
parser: tsParser, // 👈 REQUIRED
|
parser: tsParser,
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
project: './tsconfig-eslint.json', // 👈 REQUIRED
|
project: './tsconfig-eslint.json',
|
||||||
},
|
},
|
||||||
ecmaVersion: 2022,
|
ecmaVersion: 2022,
|
||||||
sourceType: 'module',
|
sourceType: 'module',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue