eslint-formatter-todo (v1.0.1) generates an ESLint config file that acts as a TODO list, applying the Rubocop auto-gen-config pattern to ESLint. Unlike typical formatters, it outputs a configuration file suppressing all current lint errors and warnings, which can then be extended from .eslintrc. Useful for incrementally fixing legacy codebases with strict rules. Rarely updated; stable for its specific use case.
npm install eslint-formatter-todoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the formatter, create an empty TODO config, then lint and generate TODO config.
Use a separate output path or version control the generated file.
Downgrade ESLint or use a wrapper to invoke the formatter programmatically.
Only use via --format=todo on the command line.
Install locally: npm install --save-dev eslint-formatter-todo and run from the project root.
Run: npm install --save-dev eslint-formatter-todo and ensure 'todo' matches the package name.
No dependency data recorded yet.