mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 01:27:41 +00:00
fix: make explicit the onSave event trigger
This commit is contained in:
parent
af88cd35ae
commit
d3c0527afc
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "always",
|
||||
"source.organizeImports": "always"
|
||||
"source.fixAll.eslint": "explicit",
|
||||
"source.organizeImports": "explicit"
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
|
Loading…
Reference in New Issue
Block a user