Skip to content

Commit 022d92b

Browse files
committed
🔧 Tweak VSCode eslint settings
1 parent 5e7ae6d commit 022d92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"npm.exclude": ["**/node_modules"],
2828
"errorLens.excludePatterns": ["**/node_modules/**/*"],
29-
"eslint.validate": ["javascript", "javascriptreact", "svelte"],
29+
"eslint.validate": ["javascript", "typescript", "svelte"],
3030
"eslint.useFlatConfig": true,
3131
"eslint.problems.shortenToSingleLine": true
3232
}

0 commit comments

Comments
 (0)