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 3b9ff58 commit 984e809Copy full SHA for 984e809
.vscode/settings.json
@@ -3,14 +3,7 @@
3
"editor.guides.bracketPairs": true,
4
"editor.formatOnSave": true,
5
"editor.defaultFormatter": "esbenp.prettier-vscode",
6
- "editor.codeActionsOnSave": [
7
- "source.fixAll.eslint"
8
- ],
9
- "eslint.validate": [
10
- "javascript",
11
- "javascriptreact",
12
- "typescript",
13
- "vue"
14
+ "editor.codeActionsOnSave": ["source.fixAll.eslint"],
+ "eslint.validate": ["typescript"],
15
"typescript.tsdk": "node_modules/typescript/lib"
16
-}
+}
0 commit comments