Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Apr 9, 2024
1 parent 262001e commit 58efc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Expand Up @@ -13,12 +13,12 @@
"typescript.updateImportsOnFileMove.enabled": "always",
"[typescript]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"[typescriptreact]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"[typescript][typescriptreact]": {
Expand Down

0 comments on commit 58efc20

Please sign in to comment.