Set `"eslint.useFlatConfig": true` for vscode-eslint extension
and remove now invalid "resolvePluginsRelativeTo" option.
This commit is contained in:
Родитель
8882adbe93
Коммит
0b53f971f6
|
@ -6,9 +6,7 @@
|
|||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2,
|
||||
"eslint.workingDirectories": [{ "pattern": "./sdk/*/*/" }],
|
||||
"eslint.options": {
|
||||
"resolvePluginsRelativeTo": "../../../common/tools/eslint-plugin-azure-sdk-helper"
|
||||
},
|
||||
"eslint.useFlatConfig": true,
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
|
|
|
@ -314,9 +314,7 @@
|
|||
"files.exclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"eslint.options": {
|
||||
"resolvePluginsRelativeTo": "../../../common/tools/eslint-plugin-azure-sdk-helper"
|
||||
}
|
||||
"eslint.useFlatConfig": true
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче