Skip to content

Commit 17834d2

Browse files
logaretmclaude
andcommitted
chore: Add root-level fix command for format + lint fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3aeecaa commit 17834d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"format": "oxfmt . --write",
2525
"format:check": "oxfmt . --check",
2626
"check": "run-s format:check lint",
27+
"fix": "run-s format lint:fix",
2728
"lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
2829
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
2930
"lint:es-compatibility": "nx run-many -t lint:es-compatibility",

0 commit comments

Comments
 (0)