Skip to content

Commit

Permalink
[conf] automatically sort imports in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Jun 23, 2023
1 parent 5893a48 commit dabc3db
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": true
"source.fixAll.eslint": true,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
Expand Down

0 comments on commit dabc3db

Please sign in to comment.