You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

eslint-formatter-warning-summary

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-formatter-warning-summary

This project is a simple formatter for [ESLint](http://eslint.org/) that summarises warnings in a table.


Version published
Weekly downloads
340
increased by26.87%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Package last updated on 20 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc