|
|
@@ -4,8 +4,8 @@
|
|
|
"editor.formatOnSave": true,
|
|
|
"typescript.format.enable": true,
|
|
|
"editor.codeActionsOnSave": {
|
|
|
- "source.fixAll.eslint": true,
|
|
|
- "source.fixAll": true
|
|
|
+ "source.fixAll.eslint": "explicit",
|
|
|
+ "source.fixAll": "explicit"
|
|
|
},
|
|
|
"vue.codeActions.enabled": true,
|
|
|
"volar.format.initialIndent": {
|