Add lint:fix to run biome check+format

main
Peter Steinberger 2025-11-25 00:50:36 +01:00
parent 7a5f5b8efe
commit b76ed7e2bb
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"warely": "tsx src/index.ts", "warely": "tsx src/index.ts",
"wa": "tsx src/index.ts", "wa": "tsx src/index.ts",
"lint": "biome check src", "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": "biome format src",
"format:fix": "biome format src --write", "format:fix": "biome format src --write",
"test": "vitest", "test": "vitest",