Skip to content

Commit

Permalink
chore: add jsx, ts, and tsx to eslint validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Epoxide committed Jul 16, 2024
1 parent d06c494 commit 665c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"eslint.validate": ["javascript", "astro", "svelte", "vue"],
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "astro", "svelte", "vue"],
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 665c75e

Please sign in to comment.