Add lint:fix to run biome check+format

This commit is contained in:
Peter Steinberger
2025-11-25 00:50:36 +01:00
parent 7a5f5b8efe
commit b76ed7e2bb

View File

@@ -17,7 +17,7 @@
"warely": "tsx src/index.ts",
"wa": "tsx src/index.ts",
"lint": "biome check src",
"lint:fix": "biome check --write src",
"lint:fix": "biome check --write --unsafe src && biome format --write src",
"format": "biome format src",
"format:fix": "biome format src --write",
"test": "vitest",