Skip to content

Commit

Permalink
Oof biome fixes itself.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Nov 9, 2024
1 parent e1b32dd commit 7563ec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": [
"node_modules",
"lib/dist",
"web/dist"
]
"ignore": ["node_modules", "lib/dist", "web/dist"]
},
"formatter": {
"enabled": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"dev": "npm run dev --workspace web",
"build": "npm run build --workspaces",
"check": "npm run check --workspaces",
"fix": "npm run fix --workspaces"
"check": "biome check",
"fix": "biome check --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.4"
Expand Down

0 comments on commit 7563ec5

Please sign in to comment.