Skip to content

Commit 91ad947

Browse files
committed
chore: remove lint:fix-unsafe
1 parent 52a9bc6 commit 91ad947

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"build": "bun build.ts && bun run compile",
4646
"compile": "bun build ./bin/cli.ts --compile --minify --outfile dist/reverse-proxy",
4747
"lint": "bunx biome check .",
48-
"lint:fix": "bunx biome check --apply .",
49-
"lint:fix-unsafe": "bunx biome check --apply-unsafe .",
48+
"lint:fix": "bunx biome check --fix .",
5049
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
5150
"commit": "git cz",
5251
"changelog": "bunx changelogen --output CHANGELOG.md",

0 commit comments

Comments
 (0)