We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f025b1f commit 3b09c9aCopy full SHA for 3b09c9a
.vscode/settings.json
@@ -4,6 +4,16 @@
4
},
5
"editor.defaultFormatter": "esbenp.prettier-vscode",
6
"editor.formatOnSave": true,
7
+ "eslint.probe": [
8
+ "javascript",
9
+ "javascriptreact",
10
+ "json",
11
+ "jsonc",
12
+ "markdown",
13
+ "typescript",
14
+ "typescriptreact",
15
+ "yaml"
16
+ ],
17
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }],
18
"typescript.tsdk": "node_modules/typescript/lib"
19
}
0 commit comments