Skip to content

Commit d265956

Browse files
committed
fix(tooling): Fix Biome npm script
1 parent c713274 commit d265956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"types": "./lib/index.d.ts",
3939
"scripts": {
4040
"lint:types": "tsc --project tsconfig.json --noEmit",
41-
"lint": "pnpm biome && pnpm lint:types",
41+
"lint": "biome lint --write --no-errors-on-unmatched . && pnpm lint:types",
4242
"staged": "lint-staged",
4343
"coverage": "c8 pnpm test",
4444
"ci": "c8 pnpm test && c8 report --reporter=json",

0 commit comments

Comments
 (0)