Commit 0d0c58d
authored
chore: pass --no-error-on-unmatched-pattern to oxlint in lint-staged (#3611)
## Summary
When a commit only touches files under `test/e2e/**` (skipped by
oxlint's `ignorePatterns`), `oxlint --fix` exits with an error because
no files match, breaking the lint-staged hook. Mirrors the flag already
used for `oxfmt` so the hook succeeds in this case.
Closes #3610
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent a15f61c commit 0d0c58d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments