We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be03bb5 commit be512ecCopy full SHA for be512ec
1 file changed
package.json
@@ -41,7 +41,9 @@
41
"test:quick": "bun test test/unit/ --timeout 5000",
42
"build": "tsup",
43
"typecheck": "bunx tsc --noEmit",
44
- "lint": "biome check --write",
+ "lint": "biome check",
45
+ "lint:fix": "biome check --write",
46
+ "lint:fix:unsafe": "biome check --write --unsafe",
47
"format": "biome format --write",
48
"quality": "bun run typecheck && bun run lint && bun run test:unit",
49
"cli": "bun run src/cli/index.ts",
0 commit comments