We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e68cb commit 5993d49Copy full SHA for 5993d49
package.json
@@ -21,6 +21,8 @@
21
"check:all": "node scripts/check.mjs --all",
22
"fix": "node scripts/fix.mjs",
23
"fix:all": "node scripts/fix.mjs --all",
24
+ "format": "oxfmt --write .",
25
+ "format:check": "oxfmt --check .",
26
"lint": "node scripts/lint.mjs",
27
"lint:all": "node scripts/lint.mjs --all",
28
"// Claude": "",
0 commit comments