Package Exports
- eslint-formatter-gha
- eslint-formatter-gha/dist/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-gha) 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 for GitHub Actions
A custom formatter for ESLint that creates annotations for GitHub Actions.
Installation
npm install --save-dev eslint-formatter-gha
Usage
eslint . -f gha
If eslint-formatter-gha
detects that ESLint runs in a GitHub runner (GITHUB_ACTIONS
environment variable has the value of true
), it creates annotations for GitHub Actions.
Otherwise, it invokes ESLint's stylish
formatter.
Since 1.1.0: if the SONARSCANNER
environment variable equals true
, the formatter produces the result in the JSON format. Additionally, if the GITHUB_WORKSPACE
environment variable has a non-empty value, eslint-formatter-gha
writes the generated JSON into ${GITHUB_WORKSPACE}/eslint-report.json
file.