I’m convinced that neither developer guidelines nor rule sets for AI agents are enough to keep a codebase consistently high‑quality. The only reliable way to keep code readable and maintainable — both for developers and AI — is having a comprehensive, strict setup of tools like ESLint.
My goal with this project is to extend existing ESLint plugins with rules that enforce coding style and problem‑solving approaches in a no‑nonsense way, with a strong focus on readability and maintainability. Any rule that can be made autofixable will support autofix. As a result, I’m hoping this will save us a lot of time (and tokens) and let us focus even more on building amazing features.