Custom ESLint formatters that aggregate errors by rule rather than by file. Currently at version 1.0.1 (stable, last released 2016). It helps when introducing ESLint to a large codebase by showing which rules cause the most violations. Differentiates from default formatters by providing aggregated views: byError, byWarning, byErrorAndWarning, byErrorAndWarningStacked, and byFolder. No active maintenance; works with ESLint < 8.x due to API changes.
npm install eslint-statsVerified import paths — ran on the pinned version, not inferred.
Shows how to use eslint-stats byError reporter programmatically with ESLint.
Use built-in formatter or migrate to a maintained alternative.
Consider using eslint-formatter-stats or other maintained forks.
Use byErrorAndWarning if you want both.
Use eslint --format node_modules/eslint-stats/byError.js or better: --format eslint-stats/byError (if module resolves).
Use an older version of ESLint (<=7.x) or manually wrap the formatter.
Ensure you have the necessary plugins and rules installed separately.
No dependency data recorded yet.