Commits
Click on a commit to change the comparison rangefeat(linter): add auto-fix metadata to RuleMeta
Add a `FIX` constant to `RuleMeta` that describes what kinds of auto fixes a
rule can perform (if any). This PR also updates `declare_oxc_lint` to accept a
fix capabilities field. Follow-up PRs in this stack will update existing rules
and update other parts of the codebase to use this new field.