Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-formatter-warning-summary

palagend598deprecated1.0.1

this package has been deprecated

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

readme

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.