1.0.1 • Published 7 years ago

eslint-formatter-warning-summary v1.0.1

Weekly downloads
60
License
-
Repository
-
Last release
7 years ago

Warning summary formatter for ESLint

This project is a simple formatter for ESLint that summarises warnings in a table.

Output

If there are any errors, then only errors are shown. The output is identical to the built-in stylish formatter.

If there are no errors but some warnings, then a table of warnings will be displayed with the least frequent warning displayed first.

Example

Warnings summary
  camelcase                     10
  space-after-keywords          23
  space-in-parens               25
  valid-jsdoc                   30
  space-infix-ops               41
  space-before-blocks           65
  indent                        73
  max-len                      111
  quotes                       155
  object-curly-spacing         227
  space-before-function-paren  228

Contributing

Please fork and submit a pull request.