Skip to content

Commit

Permalink
fix: make explicit the onSave event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinedorbozgithub committed Oct 16, 2024
1 parent af88cd3 commit d3c0527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit d3c0527

Please sign in to comment.