1.0.1 • Published 3 years ago

eslint-gha-formatter v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ESLint Formatter for GitHub Actions

A custom formatter for ESLint that creates annotations for GitHub Actions.

Installation

npm install --save-dev eslint-gha-formatter

Usage

eslint . -f eslint-gha-formatter

If eslint-gha-formatter detects that ESLint runs in a GitHub runner (GITHUB_ACTIONS environment variable is set to true), it creates annotations for GitHub Actions.. Otherwise, it invokes ESLint's stylish formatter.