We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c713274 commit d265956Copy full SHA for d265956
package.json
@@ -38,7 +38,7 @@
38
"types": "./lib/index.d.ts",
39
"scripts": {
40
"lint:types": "tsc --project tsconfig.json --noEmit",
41
- "lint": "pnpm biome && pnpm lint:types",
+ "lint": "biome lint --write --no-errors-on-unmatched . && pnpm lint:types",
42
"staged": "lint-staged",
43
"coverage": "c8 pnpm test",
44
"ci": "c8 pnpm test && c8 report --reporter=json",
0 commit comments