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 23f12f6 commit c884b4bCopy full SHA for c884b4b
.vscode/settings.json
@@ -11,35 +11,5 @@
11
"rgba",
12
"tabindex",
13
"typeof"
14
- ],
15
- "editor.formatOnSave": false,
16
- "javascript.format.enable": false,
17
- "eslint.autoFixOnSave": true,
18
- "eslint.alwaysShowStatus": true,
19
- "eslint.options": {
20
- "extensions": [
21
- ".html",
22
- ".js",
23
- ".vue",
24
- ".jsx"
25
- ]
26
- },
27
- "eslint.validate": [
28
- {
29
- "language": "html",
30
- "autoFix": true
31
32
33
- "language": "vue",
34
35
36
37
- "language": "javascript",
38
39
40
41
- "language": "javascriptreact",
42
43
- }
44
]
45
}
0 commit comments