Skip to content

Commit

Permalink
🔧 enable biome
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Jul 15, 2024
1 parent 80dbd33 commit d8c4306
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
{
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {
"[javascript][typescript][json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"biome.enabled": true,
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
Expand Down

0 comments on commit d8c4306

Please sign in to comment.