0.1.3 • Published 6 years ago

stylelint-report-by-rule v0.1.3

Weekly downloads
133
License
MIT
Repository
github
Last release
6 years ago

MIT License npm version npm downloads

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