ESLint plugin that disables autofix for specific rules without turning them off entirely, allowing rules to report but not auto-fix. Version 6.1.1 supports ESLint 9 flat config exclusively, with proxy-based lazy loading for improved performance. Key differentiators: requires no manual prefix handling in flat config, automatically wraps rules to prevent autofix, and includes a `configure()` helper for easy setup. Active development, frequent releases.
Verified import paths — ran on the pinned version, not inferred.
Package is ESM-only; default export is the plugin object.
Named export from main entry point, not a subpath.
Named export, not a separate utility file.
Flat config example: disables autofix for 'no-unused-vars' and 'semi' rules.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.