stylelint-report-by-rule

0.1.3 • Public • Published

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

Package Sidebar

Install

npm i stylelint-report-by-rule

Weekly Downloads

186

Version

0.1.3

License

MIT

Unpacked Size

23.7 kB

Total Files

13

Last publish

Collaborators

  • isoppp