chore: update ignore
This commit is contained in:
parent
b17bd7aa84
commit
4b2bfc230c
|
@ -7,3 +7,4 @@ wxcomponents/**/*.vue
|
|||
wxcomponents/**/*.css
|
||||
.hbuilderx/
|
||||
/node_modules
|
||||
.vscode
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true,
|
||||
"source.organizeImports": true
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.organizeImports": "explicit"
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[vue]": {
|
||||
|
|
Loading…
Reference in New Issue