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 ad25e8c commit 9bef51dCopy full SHA for 9bef51d
package.json
@@ -10,9 +10,9 @@
10
"module": "./dist/esm/index.js",
11
"scripts": {
12
"test": "vitest --exclude examples",
13
- "lint": "npx @biomejs/biome check --write",
14
- "fmt": "npx @biomejs/biome check --write --linter-enabled=false",
15
- "ci": "npx @biomejs/biome ci .",
+ "lint": "biome check --write",
+ "fmt": "biome check --write --linter-enabled=false",
+ "ci": "biome ci .",
16
"template": "tsx ./api-type-template.mts",
17
"build": "tsx ./build.mts"
18
},
0 commit comments