You push a commit. CI runs for 8 minutes. Fails on 12 fixable ESLint errors. You fix them. Push again. Wait 8 more minutes.
Quick Gate auto-fixes lint and type errors in CI — up to 3 attempts, 150-line patches, 20-min cap. If it fixes everything, the build passes. If it can't, it fails with a diff showing what it tried.
npm install -g quick-gate
Not replacing your linter. Just the part where you manually fix errors a machine could fix. Apache 2.0.