A custom formatter for Stylelint that aggregates distribution of errors and warnings. Version 0.4.0 is the latest stable release. This tool is particularly useful when introducing Stylelint to legacy projects. It summarizes the number of occurrences per rule, helping prioritize fixes. The package has no notable dependencies aside from Stylelint itself.
npm install stylelint-formatter-statsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows both Node.js API usage and CLI invocation to output aggregated error statistics.
Use --custom-formatter instead of --formatter in the CLI.
Ensure the path resolves to the package's main file, e.g., node_modules/stylelint-formatter-stats/index.js
If you need JSON output, consider writing a custom formatter or piping the text output.
Run 'npm install stylelint-formatter-stats' and ensure the path in --custom-formatter is correct.
Use const formatter = require('stylelint-formatter-stats'); do not destructure.Upgrade Stylelint to v9 or later, or use the Node API with formatter option.
No dependency data recorded yet.