Skip to content

Commit 597e6ad

Browse files
committed
chore: enable --type-check in lint-fix:oxlint as well
1 parent ba30662 commit 597e6ad

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
@@ -22,7 +22,7 @@
2222
"lint:oxlint": "oxlint --type-aware --type-check",
2323
"lint-fix": "run-s -c lint-fix:*",
2424
"lint-fix:oxfmt": "oxfmt --write",
25-
"lint-fix:oxlint": "oxlint --type-aware --fix",
25+
"lint-fix:oxlint": "npm run lint:oxlint -- --fix",
2626
"test": "vitest --run",
2727
"vscode-test": "vscode-test",
2828
"update-generated-in-examples": "./scripts/update-generated-in-examples.sh"

0 commit comments

Comments
 (0)