JSPM

eslint-formatter-json-standard

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

Format ESLint output as standardized CI tooling output JSON

Package Exports

  • eslint-formatter-json-standard

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-json-standard) 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-json-standard

Format ESLint output as standardized CI tooling output JSON

Description

Format ESLint output to standardized CI tooling output JSON.

This package is part of the series of packages for reporting tooling output in a standardized JSON format for use with the ci-checks-action Github action.

The other packages include:

Install

npm install --save eslint-formatter-json-standard

Usage

eslint --ext ts --output-file lint-report.json --format json-standard --cache src/*

This will run eslint on all .ts files in the /src folder and output the results file lint-report.json