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 dbb3a1a commit a3b32efCopy full SHA for a3b32ef
β.vscode/extensions.json
@@ -0,0 +1,8 @@
1
+{
2
+ "recommendations": [
3
+ "editorconfig.editorconfig",
4
+ "dbaeumer.vscode-eslint",
5
+ "esbenp.prettier-vscode",
6
+ "ghmcadams.lintlens"
7
+ ]
8
+}
β.vscode/settings.json
@@ -19,13 +19,12 @@
19
{
20
"fileMatch": ["typescript-configs/*.json"],
21
"url": "https://json.schemastore.org/tsconfig"
22
- },
23
- {
24
- "fileMatch": ["eslint-config*/*.yaml"],
25
- "url": "https://json.schemastore.org/eslintrc"
26
}
27
],
28
"material-icon-theme.files.associations": {
29
"eslint-config*/*.yaml": "eslint"
+ },
+ "yaml.schemas": {
+ "https://json.schemastore.org/eslintrc": ["eslint-config*/*.yaml"]
30
31
0 commit comments