Skip to content

Commit

Permalink
style: add biomejs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Jan 26, 2024
1 parent 043d1b6 commit c0d9b92
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"lineWidth": 120,
"ignore": ["dist/**/*", "node_modules/**/*"]
},
"javascript": {
"formatter": {
"semicolons": "asNeeded"
}
}
}

0 comments on commit c0d9b92

Please sign in to comment.