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 f295731 commit 07a832dCopy full SHA for 07a832d
package.json
@@ -62,8 +62,8 @@
62
"test": "npm run test:build && npm run test:unit",
63
"test:unit": "vitest run",
64
"test:build": "node dist/index.js && tsc --noEmit dist/index.d.ts",
65
- "prettier:check": "prettier --check './src/**/*.{ts,js}'",
66
- "prettier:fix": "prettier --write './src/**/*.{ts,js}'",
+ "format:check": "biome format ./src",
+ "format": "biome format ./src --write",
67
"prerelease": "npm run build",
68
"release": "np"
69
},
0 commit comments