Skip to content

Commit 06b654f

Browse files
committed
Fixed eslint config
1 parent bada871 commit 06b654f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{}
1+
{
2+
"eslint.useFlatConfig": true,
3+
"eslint.enable": true,
4+
"eslint.validate": ["javascript", "typescript", "svelte"]
5+
}

0 commit comments

Comments
 (0)