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.
bunx
1 parent dc833e1 commit eee61c1Copy full SHA for eee61c1
package.json
@@ -5,10 +5,10 @@
5
"main": "dist/index.js",
6
"type": "module",
7
"scripts": {
8
- "format": "bunx @biomejs/biome format --write",
9
- "format:ci": "bunx @biomejs/biome format --reporter=github --verbose",
10
- "lint": "bunx @biomejs/biome lint --write",
11
- "lint:ci": "bunx @biomejs/biome lint --reporter=github --verbose"
+ "format": "biome format --write",
+ "format:ci": "biome format --reporter=github --verbose",
+ "lint": "biome lint --write",
+ "lint:ci": "biome lint --reporter=github --verbose"
12
},
13
"keywords": [],
14
"author": "github.com/coder",
0 commit comments