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 69a5c6f commit e87e5e5Copy full SHA for e87e5e5
.vscode/settings.json
@@ -17,12 +17,16 @@
17
},
18
"json.schemas": [
19
{
20
- "fileMatch": ["typescript-configs/*.json"],
+ "fileMatch": [
21
+ "typescript-configs/*.json",
22
+ "!typescript-configs/package.json"
23
+ ],
24
"url": "https://json.schemastore.org/tsconfig"
25
}
26
],
27
"material-icon-theme.files.associations": {
- "eslint-config*/**/*.yaml": "eslint"
28
+ "eslint-config*/**/*.yaml": "eslint",
29
+ "typescript-configs/*.json": "tsconfig"
30
31
"yaml.schemas": {
32
"https://json.schemastore.org/eslintrc": ["eslint-config*/**/*.yaml"]
0 commit comments