Browse Source
chore: vscode-eslint已默认启用flat config (#4002)
* chore: vscode eslint已默认启用flat
* chore: delete invalid comments
pull/4009/head
Donny Wang
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
.vscode/settings.json
|
|
|
@ -139,8 +139,6 @@ |
|
|
|
"typescript.preferences.preferTypeOnlyAutoImports": true, |
|
|
|
"typescript.preferences.includePackageJsonAutoImports": "on", |
|
|
|
|
|
|
|
// Enable the ESlint flat config support |
|
|
|
"eslint.experimental.useFlatConfig": true, |
|
|
|
"eslint.validate": [ |
|
|
|
"javascript", |
|
|
|
"typescript", |
|
|
|
|