A CLI tool and Node.js API to selectively apply ESLint auto-fixes, allowing control over which rules are fixed or to exclude warnings. Version 0.3.0 (latest) supports ESLint >=7.0.0, with async API. Unlike ESLint's built-in --fix, it enables fixing individual rules (--rule) or disabling warning fixes (--no-warnings), producing focused commits. It wraps ESLint's fix functionality and requires an existing ESLint configuration. Release cadence is low; last release was v0.3.0 in 2021.
Verified import paths — ran on the pinned version, not inferred.
Named export since v0.2.0; no default export
fix is an async function, not a default export
CLI is invoked via script, not importable; no cli export
Fix only 'semi' and 'quotes' rules in src/ while ignoring warnings.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.