eslint-formatter-pretty-summary

1.0.3 • Public • Published

eslint-formatter-pretty-summary

Pretty summary formatter for ESLint

Meant for those projects where there are too many warnings to use the full pretty formatter.

Highlights

  • Pretty output.
  • Only displays full results for errors
  • Summarizes non-error results
  • Stylizes inline codeblocks in messages.
  • Command-click a rule ID to open its docs.
  • Command-click a header to reveal the first error in your editor. (iTerm-only)

Install

$ npm install --save-dev eslint-formatter-pretty-summary

Usage

ESLint CLI

$ eslint --format=pretty-summary file.js

Tips

In iTerm, Command-click the filename header to open the file in your editor.

In terminals with support for hyperlinks, Command-click the rule ID to open its docs.

Dependencies (7)

Dev Dependencies (3)

Package Sidebar

Install

npm i eslint-formatter-pretty-summary

Weekly Downloads

450

Version

1.0.3

License

MIT

Unpacked Size

8.55 kB

Total Files

4

Last publish

Collaborators

  • aeolun