Skip to content

Commit 960e4c1

Browse files
authored
Merge pull request #73 from jaredwray/fix-adding-error-on-warnings-for-biome-check
fix: adding error on warnings for biome check
2 parents d55e2a2 + 90b0bf0 commit 960e4c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"test": "test"
99
},
1010
"scripts": {
11-
"lint": "biome check --write",
11+
"lint": "biome check --write --error-on-warnings",
1212
"test": "pnpm lint && vitest run --coverage",
13-
"test:ci": "biome check && vitest run --coverage",
13+
"test:ci": "biome check --error-on-warnings && vitest run --coverage",
1414
"dev": "pnpm lint && tsx src/index.ts --watch",
1515
"build": "rimraf ./dist && tsup src/index.ts --format esm --dts --clean",
1616
"docker:build": "docker build -t jaredwray/mockhttp .",

0 commit comments

Comments
 (0)