Skip to content

Commit 6f4ab32

Browse files
authored
chore: fix oxfmt command (#5388)
1 parent 25c6171 commit 6f4ab32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"gendoc": "typedoc",
2222
"lint": "pnpm lint:types && pnpm lint:js && pnpm lint:workflows",
2323
"lint:js": "oxlint && oxfmt --check",
24-
"lint:js-fix": "oxfmt --log-level=warn --write . && oxlint --fix src spec",
24+
"lint:js-fix": "oxfmt --write . && oxlint --fix src spec",
2525
"lint:types": "tsc --noEmit",
2626
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'",
2727
"lint:knip": "knip && knip --strict --exclude unlisted,dependencies,binaries",

0 commit comments

Comments
 (0)