Skip to content

Commit

Permalink
chore: add biome.json to support biome.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethnym committed Jul 24, 2024
1 parent 296f196 commit 9869c35
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions web/biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"linter": {
"enabled": true
},
"formatter": {
"enabled": true,
"indentStyle": "tab",
"indentWidth": 2,
"lineWidth": 80
},
"organizeImports": {
"enabled": true
},
"javascript": {
"formatter": {
"quoteStyle": "double",
"arrowParentheses": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"semicolons": "always",
"trailingCommas": "all"
}
}
}

0 comments on commit 9869c35

Please sign in to comment.