Designing Safe Autofixes for eslint-plugin-repo
ยท One min read
Autofix quality is a trust problem. A single unsafe fixer can make users disable an otherwise valuable rule.
Autofix quality is a trust problem. A single unsafe fixer can make users disable an otherwise valuable rule.
Rule docs and presets can drift if sync workflows are treated as optional.
eslint-plugin-repo exists to move repository governance checks closer to the developer feedback loop.
Instead of relying only on CI failures after a PR opens, these rules surface policy drift during local linting.
Type-aware rules are powerful, but they can be expensive or confusing when not designed carefully.