An ESLint formatter that reduces noise by only showing violations from a limited set of rules and files, focusing on the most impactful issues. Version 1.0.8 is the latest stable release; the package is rarely updated. It filters ESLint output to display only the most important violations, configured via environment variables. Simpler than other formatters like eslint-summary-chart-formatter or eslint-formatter-stylish.
npm install eslint-formatter-bottleneckNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the formatter, create a file with an ESLint error, and run ESLint with bottleneck format.
Ensure eslint-formatter-bottleneck is installed in the same project as ESLint, or use --rulesdir to specify path.
Use MAX_VIOLATIONS=50 (no decimal point) in your shell or .env file.
Run npm install --save-dev eslint-formatter-bottleneck in the project root.
Use CLI: eslint --format bottleneck [files]