JSPM

eslint-formatter-pretty-summary

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 239
  • Score
    100M100P100Q94999F
  • License MIT

Pretty ESLint summary formatter

Package Exports

  • eslint-formatter-pretty-summary

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-formatter-pretty-summary) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.