Skip to content

Commit bbbda84

Browse files
mizdraclaude
andcommitted
chore: add lint-fix scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 727f295 commit bbbda84

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"lint:tsc": "tsc -b",
2222
"lint:oxfmt": "oxfmt --check",
2323
"lint:oxlint": "oxlint --type-aware",
24+
"lint-fix": "run-s -c lint-fix:*",
25+
"lint-fix:oxfmt": "oxfmt --write",
26+
"lint-fix:oxlint": "oxlint --type-aware --fix",
2427
"test": "vitest --run",
2528
"vscode-test": "vscode-test",
2629
"update-generated-in-examples": "./scripts/update-generated-in-examples.sh"

0 commit comments

Comments
 (0)