Skip to content

Commit

Permalink
chore: eslint validate astro in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Epoxide committed Jul 16, 2024
1 parent d4a7a46 commit d06c494
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", "svelte", "vue"],
"eslint.validate": ["javascript", "astro", "svelte", "vue"],
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit d06c494

Please sign in to comment.