Skip to content

isoppp/eslint-report-by-rule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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