Skip to content

Commit

Permalink
Update VSCode settings to use explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hejny committed Apr 15, 2024
1 parent cbc5a2c commit 6307210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"html.autoClosingTags": false,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},

"grammarly.domain": "technical",
Expand Down

0 comments on commit 6307210

Please sign in to comment.