Skip to content

Commit 5b6435d

Browse files
committed
Add format and format:check scripts for consistency
Aligns with socket-btm and ultrathink convention: - format: oxfmt --write . (auto-fix formatting) - format:check: oxfmt . (check-only, CI)
1 parent b77350a commit 5b6435d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"fix:all": "node scripts/fix.mjs --all",
2424
"lint": "node scripts/lint.mjs",
2525
"lint:all": "node scripts/lint.mjs --all",
26+
"format": "oxfmt --write .",
27+
"format:check": "oxfmt .",
2628
"// Claude": "",
2729
"claude": "pnpm --filter @socketsecurity/cli run claude --",
2830
"// Type Checking": "",

0 commit comments

Comments
 (0)