stylelint-report-by-rule
v0.1.3
Published
Generate a report in which stylelint error output is organized by rule
Downloads
907
Maintainers
Readme
stylelint-report-by-rule
Generate a report in which stylelint error output is organized by rule
Usage
npx stylelint-report-by-rule "yarn --silent run stylelint -f json \"example/*.*\""
output example
{
"at-rule-no-unknown": 150,
"max-empty-lines": 181,
"block-opening-brace-space-before": 327,
"declaration-block-trailing-semicolon": 412,
...
}
similar tools
- eslint-report-by-rule : generate a report with eslint
- (this)stylelint-report-by-rule : generate a report with stylelint