Skip to content

Commit

Permalink
Enable biome code actions on save
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 16, 2024
1 parent 438280e commit 9d89b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"cSpell.enabled": true,
"cSpell.words": [
"astro",
Expand Down

0 comments on commit 9d89b75

Please sign in to comment.