JSPM

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

ESLint’s official `stylish` formatter, unofficially published as a standalone module

Package Exports

  • eslint-formatter-stylish
  • eslint-formatter-stylish/index.js

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-stylish) 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-stylish

ESLint's stylish formatter as a standalone package

Demo

foo.js
  5:10  error  Unexpected foo  foo

bar.js
  6:11  warning  Unexpected bar  bar

baz.js
  1:1  error  Fatal error parsing file

✖ 3 problems (2 errors, 1 warning)