Skip to content

Commit cd8bc39

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

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Package dependencies:
3232
npm run build # Build all packages
3333

3434
npm run lint # Run all linting
35+
npm run lint-fix # Auto-fix linting issues
3536

3637
npm run test # Run all tests except VS Code extension tests
3738
npx vitest --run --project unit # Run only unit tests

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)