Skip to content

Commit

Permalink
chore: use biome to format tsx by default
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Jun 27, 2024
1 parent be1245e commit fe48ec2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.formatOnSave": true,
"cSpell.words": [
"hono"
Expand Down

0 comments on commit fe48ec2

Please sign in to comment.