Skip to content

Commit

Permalink
chore: remove lint:fix-unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 8, 2024
1 parent 52a9bc6 commit 91ad947
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"build": "bun build.ts && bun run compile",
"compile": "bun build ./bin/cli.ts --compile --minify --outfile dist/reverse-proxy",
"lint": "bunx biome check .",
"lint:fix": "bunx biome check --apply .",
"lint:fix-unsafe": "bunx biome check --apply-unsafe .",
"lint:fix": "bunx biome check --fix .",
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
"commit": "git cz",
"changelog": "bunx changelogen --output CHANGELOG.md",
Expand Down

0 comments on commit 91ad947

Please sign in to comment.