Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 941 Bytes

MIT License npm version npm downloads

eslint-report-by-rule

Generate a report in which eslint error output is organized by rule

Usage

npx eslint-report-by-rule "yarn --silent run eslint -f json example/has-error.js"

output example

{
        "no-console": 1
}

similar tools