Skip to content

Commit

Permalink
chore: set biomes as default formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmeloc22 committed Aug 14, 2024
1 parent 12455e1 commit 06707bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
},
"editor.formatOnSave": true,
"relay.rootDirectory": "./apps/web",
"relay.autoStartCompiler": true
"relay.autoStartCompiler": true,
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
}
}

0 comments on commit 06707bd

Please sign in to comment.