An ESLint formatter that summarizes linting errors by rule and file using horizontal bar charts, providing a visual overview of error distribution. Version 0.3.0 is the current stable release with no recent updates. Key differentiators: it extends the original eslint-summary-chart-formatter by sorting rules alphabetically and renaming for easier integration with ESLint's --format option. Compared to other formatters like eslint-formatter-friendly or stylish, it focuses on aggregation rather than line-level details, making it ideal for CI or summary reports.
npm install eslint-formatter-summary-chartNo compatibility data collected yet for this library.
Shows command line usage to run ESLint with this formatter.
Run: eslint --format summary-chart [files]
npm install eslint-formatter-summary-chart --save-dev