Skip to content

Commit

Permalink
chore: update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
usirin committed Jun 1, 2024
1 parent 2927d2c commit 3da853b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},
"formatter": {
"enabled": true,
"lineWidth": 100
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},
"json": {
"formatter": {
"enabled": true,
"indentStyle": "space"
}
},
"formatter": {
"enabled": true,
"lineWidth": 100
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}
Binary file added bun.lockb
Binary file not shown.

0 comments on commit 3da853b

Please sign in to comment.