We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"eslint.useFlatConfig": true
1 parent 8882adb commit 0b53f97Copy full SHA for 0b53f97
.vscode/settings.json
@@ -6,9 +6,7 @@
6
"editor.insertSpaces": true,
7
"editor.tabSize": 2,
8
"eslint.workingDirectories": [{ "pattern": "./sdk/*/*/" }],
9
- "eslint.options": {
10
- "resolvePluginsRelativeTo": "../../../common/tools/eslint-plugin-azure-sdk-helper"
11
- },
+ "eslint.useFlatConfig": true,
12
"files.exclude": {
13
"**/.git": true,
14
"**/.svn": true,
dataplane.code-workspace
@@ -314,9 +314,7 @@
314
315
"**/node_modules": true
316
},
317
318
319
- }
+ "eslint.useFlatConfig": true
320
321
"extensions": {
322
"recommendations": [
0 commit comments