Skip to content

Commit 677a31e

Browse files
committed
Improve typescript-eslint parser config
1 parent b4d45ba commit 677a31e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eslint.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,8 @@ export default defineConfig([
9595
extends: [importPlugin.flatConfigs.typescript, typescriptEslint.configs.strictTypeChecked],
9696

9797
languageOptions: {
98-
ecmaVersion: 5,
99-
sourceType: 'script',
100-
10198
parserOptions: {
102-
project: true,
99+
projectService: true,
103100
},
104101
},
105102

0 commit comments

Comments
 (0)