Skip to content

Commit

Permalink
feat: setup formatter option for biome
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Dec 12, 2023
1 parent dccbb80 commit a193ef1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,20 @@
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space",
"lineWidth": 100
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single"
}
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}

0 comments on commit a193ef1

Please sign in to comment.