Skip to content

Commit c884b4b

Browse files
committed
Remove redundant vscode settings
1 parent 23f12f6 commit c884b4b

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.vscode/settings.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,5 @@
1111
"rgba",
1212
"tabindex",
1313
"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-
"autoFix": true
35-
},
36-
{
37-
"language": "javascript",
38-
"autoFix": true
39-
},
40-
{
41-
"language": "javascriptreact",
42-
"autoFix": true
43-
}
4414
]
4515
}

0 commit comments

Comments
 (0)