{"id":26955,"library":"eslint-formatter-summary-chart","title":"ESLint Formatter Summary Chart","description":"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.","status":"active","version":"0.3.0","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","eslint","formatter"],"install":[{"cmd":"npm install eslint-formatter-summary-chart","lang":"bash","label":"npm"},{"cmd":"yarn add eslint-formatter-summary-chart","lang":"bash","label":"yarn"},{"cmd":"pnpm add eslint-formatter-summary-chart","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Runtime peer dependency; the formatter is used with ESLint's --format option.","package":"eslint","optional":false}],"imports":[],"quickstart":{"code":"// No API import needed; use via command line:\n// eslint --format summary-chart src/\n// Or in .eslintrc:\n// {\n//   \"formatter\": \"summary-chart\"\n// }","lang":"javascript","description":"Shows command line usage to run ESLint with this formatter."},"warnings":[{"fix":"Run: eslint --format summary-chart [files]","message":"The formatter is not installed as a regular module; use --format with the package name only, not a path.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"npm install eslint-formatter-summary-chart --save-dev","cause":"Required formatter is not installed","error":"Error: Cannot find module 'eslint-formatter-summary-chart'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}