mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Start eslint 9 migration
For #230339 Starts migrating to eslint 9. Everything runs but it produces a number of errors
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -168,5 +168,6 @@
|
||||
},
|
||||
"css.format.spaceAroundSelectorSeparator": true,
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"chat.commandCenter.enabled": true
|
||||
"chat.commandCenter.enabled": true,
|
||||
"eslint.useFlatConfig": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user