Skip to content

Commit f04231a

Browse files
chore: wip
1 parent f5564b7 commit f04231a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@
4444
"scripts": {
4545
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
4646
"test": "bun test packages/rpx/test && bun test packages/vite-plugin/test",
47-
"lint": "bunx --bun pickier lint . --config pickier.config.ts --max-warnings 9999",
48-
"lint:fix": "bunx --bun pickier lint . --fix --config pickier.config.ts --max-warnings 9999",
49-
"format": "bunx --bun pickier format . --config pickier.config.ts",
50-
"format:fix": "bunx --bun pickier format . --write --config pickier.config.ts",
47+
"lint": "bunx --bun pickier .",
48+
"lint:fix": "bunx --bun pickier . --fix",
5149
"changelog": "bunx --bun logsmith --verbose",
5250
"changelog:generate": "bunx --bun logsmith --output CHANGELOG.md",
5351
"release": "bun --bun run changelog:generate && bunx --bun bumpx prompt --recursive",

0 commit comments

Comments
 (0)