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