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 9ce462b commit ae1b283Copy full SHA for ae1b283
1 file changed
package.json
@@ -40,10 +40,8 @@
40
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
41
"prepublishOnly": "bun --bun run build && bun run compile:all && bun run zip",
42
"test": "bun test",
43
- "lint": "bunx --bun pickier lint . --max-warnings 0",
44
- "lint:fix": "bunx --bun pickier lint . --fix --max-warnings 0",
45
- "format": "bunx --bun pickier format .",
46
- "format:fix": "bunx --bun pickier format . --write",
+ "lint": "bunx --bun pickier .",
+ "lint:fix": "bunx --bun pickier . --fix",
47
"changelog": "bunx logsmith --verbose",
48
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
49
"release": "bun --bun run changelog:generate && bunx --bun bumpx prompt --recursive",
0 commit comments