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:
Matt Bierner
2024-10-02 14:45:28 -07:00
parent 14ac777e87
commit e456f4cb66
48 changed files with 1929 additions and 1911 deletions

View File

@@ -168,5 +168,6 @@
},
"css.format.spaceAroundSelectorSeparator": true,
"typescript.enablePromptUseWorkspaceTsdk": true,
"chat.commandCenter.enabled": true
"chat.commandCenter.enabled": true,
"eslint.useFlatConfig": true
}