Skip to content

Commit 594f32b

Browse files
committed
chore: remove unused package.json scripts
Remove format, format:check, lint:oxlint, lint:oxfmt — none are referenced by any other script, CI workflow, or documentation. lint script already delegates to scripts/lint.mts which calls oxlint/oxfmt directly.
1 parent b09a94f commit 594f32b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,11 +674,7 @@
674674
"cover": "node scripts/test/cover.mts",
675675
"dev": "node scripts/build/main.mts --watch",
676676
"fix": "node scripts/fix.mts",
677-
"format": "oxfmt",
678-
"format:check": "oxfmt --check",
679677
"lint": "node scripts/lint.mts",
680-
"lint:oxlint": "oxlint .",
681-
"lint:oxfmt": "oxfmt --check .",
682678
"security": "agentshield scan && { command -v zizmor >/dev/null && zizmor .github/ || echo 'zizmor not installed — run pnpm run setup to install'; }",
683679
"prepare": "husky",
684680
"prepublishOnly": "pnpm run build",

0 commit comments

Comments
 (0)