An ESLint custom formatter that summarizes lint errors into bar charts grouped by rule and file. Version 0.1.0 is the latest stable release. It is a lightweight, zero-dependency tool that provides an at-a-glance visual summary, ideal for CI output or team dashboards. Unlike other formatters (e.g., stylish, tap), it uses unicode bar charts to show proportional error distribution. The package is rarely updated and considered stable.
npm install eslint-summary-chart-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Running ESLint with the summary-chart formatter to display a bar chart of errors by file and rule.
Use --format ./node_modules/eslint-summary-chart-formatter or --format ./path/to/node_modules/eslint-summary-chart-formatter
Use with ESLint 8.x or configure programmatically.
Ensure terminal supports UTF-8 and unicode characters.
Use --format ./node_modules/eslint-summary-chart-formatter
Run npm install --save-dev eslint-summary-chart-formatter and verify the path.
No dependency data recorded yet.