Skip to content

Commit 20281c4

Browse files
authored
Make list of linted file types explicit (#175)
- pre-release versions of the extension require this
1 parent e548058 commit 20281c4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/settings.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"editor.codeActionsOnSave": {
33
"source.fixAll.eslint": "explicit"
44
},
5-
"eslint.validate": ["json", "jsonc", "yaml"],
5+
"eslint.validate": [
6+
"typescript",
7+
"typescriptreact",
8+
"javascript",
9+
"json",
10+
"jsonc",
11+
"yaml"
12+
],
613
"files.associations": {
714
"*.css": "tailwindcss"
815
}

0 commit comments

Comments
 (0)