https://github.com/thomd/stylelint-formatter-stats
Statistics Formatter for Stylelint
https://github.com/thomd/stylelint-formatter-stats
formatter stats stylelint
Last synced: 17 days ago
JSON representation
Statistics Formatter for Stylelint
- Host: GitHub
- URL: https://github.com/thomd/stylelint-formatter-stats
- Owner: thomd
- Created: 2017-11-03T16:36:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T04:49:02.000Z (over 5 years ago)
- Last Synced: 2024-04-26T09:04:33.273Z (about 2 years ago)
- Topics: formatter, stats, stylelint
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/stylelint-formatter-stats
- Size: 88.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statistic Formatter for Stylelint
[](https://travis-ci.org/thomd/stylelint-formatter-stats)
[](https://snyk.io/test/github/thomd/stylelint-formatter-stats)
Aggregate a distribution of [Stylelint](https://stylelint.io/) errors and warnings. This is particularly useful when introducing Stylelint to a legacy project.

## Install
```shell
npm install stylelint-formatter-stats
```
## Usage
### Stylelint CLI
```shell
stylelint "*.scss" --custom-formatter=node_modules/stylelint-formatter-stats
```
## Related
* [eslint-stats](https://github.com/ganimomer/eslint-stats) – a statistic reporter for ESLint