Skip to content

Commit

Permalink
Merge pull request #222 from Hexastack/221-issue-ide-automate-removin…
Browse files Browse the repository at this point in the history
…g-unused-imports-onsave

fix: automate removing unused imports
  • Loading branch information
marrouchi authored Oct 16, 2024
2 parents 693a8db + d3c0527 commit 06f481c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down

0 comments on commit 06f481c

Please sign in to comment.