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 decfd0c commit a9b683aCopy full SHA for a9b683a
package.json
@@ -28,9 +28,8 @@
28
"build": "cd packages/crosswind && bun run build",
29
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
30
"test": "bun test",
31
- "lint": "bunx --bun pickier run --mode lint",
32
- "lint:fix": "bunx --bun pickier run --mode lint --fix",
33
- "format": "bunx --bun pickier run --mode format --write",
+ "lint": "bunx --bun pickier .",
+ "lint:fix": "bunx --bun pickier . --fix",
34
"format:check": "bunx --bun pickier run --mode format --check",
35
"changelog": "bunx logsmith --verbose",
36
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
0 commit comments