Skip to content

Commit 1411963

Browse files
authored
chore: standardize lint scripts (#753)
1 parent 9a21370 commit 1411963

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,14 @@
3131
},
3232
"scripts": {
3333
"build": "tsdown src/index.ts --format esm,cjs --dts",
34-
"format": "biome format --write .",
35-
"format:apply": "biome check --write .",
36-
"format:check": "biome format .",
3734
"lint": "biome check .",
35+
"lint:fix": "biome check . --write",
3836
"prepublishOnly": "pnpm run build",
3937
"test": "vitest run",
40-
"test:watch": "vitest",
41-
"typecheck": "tsc --noEmit",
38+
"test:dev": "cross-env TEST_MODE=dev vitest run",
4239
"test:record": "rimraf --glob \"**/__recordings__\" && cross-env TEST_MODE=record vitest run",
43-
"test:dev": "cross-env TEST_MODE=dev vitest run"
40+
"test:watch": "vitest",
41+
"typecheck": "tsc --noEmit"
4442
},
4543
"repository": {
4644
"type": "git",

0 commit comments

Comments
 (0)