Add lint:fix to run biome check+format
This commit is contained in:
parent
7a5f5b8efe
commit
b76ed7e2bb
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user