Skip to content

Commit

Permalink
Add default formatter for jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 12, 2025
1 parent 86b2123 commit 4a212ad
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 @@ -8,6 +8,9 @@
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
Expand Down

0 comments on commit 4a212ad

Please sign in to comment.