ESLint formatter that aggregates linting results by rule and outputs a JSON summary. Version 1.0.0 is stable, with no recent updates. It provides total errors and warnings per rule, and supports sorting by rule name, error count, or warning count via environment variables (SORT_BY, DESC). Use it to get a high-level overview of linting failures in large codebases, aiding in rule suppression decisions. It's an alternative to the default ESLint formatter for CI pipelines or analysis tools that consume JSON.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
This is an ESLint formatter, not typically imported directly. It's used via ESLint's -f flag. If used programmatically, it exports a function that takes ESLint results and returns JSON string.
Shows how to install and use the formatter via CLI with sorting environment variables, and programmatically with ESLint API.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.