Skip to content

Commit

Permalink
Make list of linted file types explicit (#175)
Browse files Browse the repository at this point in the history
- pre-release versions of the extension require this
  • Loading branch information
high1 authored Dec 9, 2024
1 parent e548058 commit 20281c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["json", "jsonc", "yaml"],
"eslint.validate": [
"typescript",
"typescriptreact",
"javascript",
"json",
"jsonc",
"yaml"
],
"files.associations": {
"*.css": "tailwindcss"
}
Expand Down

0 comments on commit 20281c4

Please sign in to comment.