Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Format biome.json
  • Loading branch information
aron committed Nov 14, 2025
commit 5e03835240d8ab84f7032c5951320cacb3e5dc63
6 changes: 1 addition & 5 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
"files": {
"ignore": [
".wrangler",
"node_modules",
"vendor/*"
]
"ignore": [".wrangler", "node_modules", "vendor/*"]
},
"formatter": {
"indentStyle": "space",
Expand Down
Loading