Skip to content

Commit 5993d49

Browse files
committed
fix: standardize format/format:check scripts (oxfmt --write/--check)
1 parent 13e68cb commit 5993d49

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
@@ -21,6 +21,8 @@
2121
"check:all": "node scripts/check.mjs --all",
2222
"fix": "node scripts/fix.mjs",
2323
"fix:all": "node scripts/fix.mjs --all",
24+
"format": "oxfmt --write .",
25+
"format:check": "oxfmt --check .",
2426
"lint": "node scripts/lint.mjs",
2527
"lint:all": "node scripts/lint.mjs --all",
2628
"// Claude": "",

0 commit comments

Comments
 (0)