chore: update .vscode/settings
This commit is contained in:
parent
217f9ad0f9
commit
b4528fbf89
|
@ -3,6 +3,7 @@
|
|||
"editor.codeActionsOnSave": {
|
||||
"eslint.autoFixOnSave": true,
|
||||
"source.fixAll.stylelint": true, // 开启stylelint自动修复
|
||||
"source.fixAll.eslint": true, // 开启eslint自动修复
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"eslint.validate": [
|
||||
|
|
Loading…
Reference in New Issue