stylelint-formatter-stats
v0.4.0
Published
A custom formatter which shows aggregated statistics of Stylelint errors.
Downloads
379
Maintainers
Readme
Statistic Formatter for Stylelint
Aggregate a distribution of Stylelint errors and warnings. This is particularly useful when introducing Stylelint to a legacy project.
Install
npm install --production stylelint-formatter-stats
Usage
Stylelint CLI
stylelint "*.scss" --custom-formatter=node_modules/stylelint-formatter-stats
Related
- eslint-stats – a statistic reporter for ESLint