We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4066c commit 979757bCopy full SHA for 979757b
package.json
@@ -6,7 +6,7 @@
6
"dev": "dotenv -- turbo run dev",
7
"start": "turbo run start",
8
"lint": "bunx biome check ./",
9
- "format": "bunx biome format --write ./",
+ "format": "bunx --bun biome lint --write --unsafe ./",
10
"check-types": "tsc --noEmit --project .",
11
"generate-db": "turbo run generate --filter=@databuddy/db",
12
"db:studio": "dotenv -- turbo run db:studio",
0 commit comments