We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b10284 commit 8f543ebCopy full SHA for 8f543eb
.vscode/settings.json
@@ -1,7 +1,8 @@
1
{
2
"eslint.validate": [
3
- "javascript",
4
- {"language": "html", "autoFix": true},
+ "javascript",
+ {"language": "html", "autoFix": true},
5
{"language": "vue", "autoFix": true}
6
- ]
+ ],
7
+ "typescript.check.workspaceVersion": false
8
}
0 commit comments