Registry / testing / eslint-formatter-summary-chart

eslint-formatter-summary-chart

JSON →
library0.3.0jsnpmunverified

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-chart
INSTALL
IMPORT
SIG · ESLINT-FORMATTER-S
E
eslint-formatter-summary-chart
testingjavascriptv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Shows command line usage to run ESLint with this formatter.

// No API import needed; use via command line: // eslint --format summary-chart src/ // Or in .eslintrc: // { // "formatter": "summary-chart" // }
Debug
Known issues
gotchaThe formatter is not installed as a regular module; use --format with the package name only, not a path.
fix
Run: eslint --format summary-chart [files]
affects: >=0.1.0
Errors
Common errors & fixes
Error: Cannot find module 'eslint-formatter-summary-chart'
Required formatter is not installed
fix
npm install eslint-formatter-summary-chart --save-dev
Upgrade
Version history
0.3.0latest on npm
Audit
Dependencies
eslintrequiredRuntime peer dependency; the formatter is used with ESLint's --format option.
Agent activity
2 hits · last 30 days
node
2
Resources
eslint-formatter-summary-chart — npm install eslint-formatter-summary-chart · libregistry