We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77350a commit 5b6435dCopy full SHA for 5b6435d
package.json
@@ -23,6 +23,8 @@
23
"fix:all": "node scripts/fix.mjs --all",
24
"lint": "node scripts/lint.mjs",
25
"lint:all": "node scripts/lint.mjs --all",
26
+ "format": "oxfmt --write .",
27
+ "format:check": "oxfmt .",
28
"// Claude": "",
29
"claude": "pnpm --filter @socketsecurity/cli run claude --",
30
"// Type Checking": "",
0 commit comments