Skip to content

Commit a3b32ef

Browse files
committed
πŸ§‘β€πŸ’» update recommended extensions & JSON schemas
1 parent dbb3a1a commit a3b32ef

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

β€Ž.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ž.vscode/extensions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919
{
2020
"fileMatch": ["typescript-configs/*.json"],
2121
"url": "https://json.schemastore.org/tsconfig"
22-
},
23-
{
24-
"fileMatch": ["eslint-config*/*.yaml"],
25-
"url": "https://json.schemastore.org/eslintrc"
2622
}
2723
],
2824
"material-icon-theme.files.associations": {
2925
"eslint-config*/*.yaml": "eslint"
26+
},
27+
"yaml.schemas": {
28+
"https://json.schemastore.org/eslintrc": ["eslint-config*/*.yaml"]
3029
}
3130
}

0 commit comments

Comments
Β (0)