An ESLint formatter that outputs a simple list of files containing lint errors, suitable for piping into editors like vim or nvim. Version 1.0.0 is stable but not actively developed. It is a minimal alternative to default formatters like stylish or compact, focusing on machine-parseable output. No recent updates; works with ESLint 1.x to 8.x on Node >=4.
npm install eslint-formatter-listNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation and basic CLI usage to list files with errors.
Consider using eslint-formatter-pretty or eslint-formatter-codeframe for active support.
Use a different formatter if you need detailed error locations.
Strip trailing newline with e.g., `$(... | head -c -1)` in shell.
Install as dev dependency: npm install --save-dev eslint-formatter-list. Use --format=node_modules/eslint-formatter-list or --format=eslint-formatter-list if module is resolvable.
Use --format=node_modules/eslint-formatter-list or check ESLint version (>=1.0.0).