Skip to content

Commit 8f543eb

Browse files
committed
Chore: update .vscode/setting.json
1 parent 5b10284 commit 8f543eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"eslint.validate": [
3-
"javascript",
4-
{"language": "html", "autoFix": true},
3+
"javascript",
4+
{"language": "html", "autoFix": true},
55
{"language": "vue", "autoFix": true}
6-
]
6+
],
7+
"typescript.check.workspaceVersion": false
78
}

0 commit comments

Comments
 (0)