Skip to content

Commit be512ec

Browse files
committed
ci: make lint checks required by CI
1 parent be03bb5 commit be512ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"test:quick": "bun test test/unit/ --timeout 5000",
4242
"build": "tsup",
4343
"typecheck": "bunx tsc --noEmit",
44-
"lint": "biome check --write",
44+
"lint": "biome check",
45+
"lint:fix": "biome check --write",
46+
"lint:fix:unsafe": "biome check --write --unsafe",
4547
"format": "biome format --write",
4648
"quality": "bun run typecheck && bun run lint && bun run test:unit",
4749
"cli": "bun run src/cli/index.ts",

0 commit comments

Comments
 (0)