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
parent
commit
d5f355120a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .vscode/settings.json

2
.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",

Loading…
Cancel
Save