Skip to content

Commit 0b53f97

Browse files
committed
Set "eslint.useFlatConfig": true for vscode-eslint extension
and remove now invalid "resolvePluginsRelativeTo" option.
1 parent 8882adb commit 0b53f97

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.vscode/settings.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"editor.insertSpaces": true,
77
"editor.tabSize": 2,
88
"eslint.workingDirectories": [{ "pattern": "./sdk/*/*/" }],
9-
"eslint.options": {
10-
"resolvePluginsRelativeTo": "../../../common/tools/eslint-plugin-azure-sdk-helper"
11-
},
9+
"eslint.useFlatConfig": true,
1210
"files.exclude": {
1311
"**/.git": true,
1412
"**/.svn": true,

dataplane.code-workspace

+1-3
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,7 @@
314314
"files.exclude": {
315315
"**/node_modules": true
316316
},
317-
"eslint.options": {
318-
"resolvePluginsRelativeTo": "../../../common/tools/eslint-plugin-azure-sdk-helper"
319-
}
317+
"eslint.useFlatConfig": true
320318
},
321319
"extensions": {
322320
"recommendations": [

0 commit comments

Comments
 (0)