🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@jamesacarr/eslint-formatter-github-actions

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamesacarr/eslint-formatter-github-actions

Reporter for Jest that outputs GitHub Actions annotations

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

ESLint Reporter for GitHub Actions

Test status NPM badge

A custom formatter for ESLint that creates annotations when run via GitHub Actions

Installation

npm install -D @jamesacarr/eslint-formatter-github-actions

Or, even better:

yarn add -D @jamesacarr/eslint-formatter-github-actions

Usage

To get annotations working in your GitHub Actions runs, you need to run ESLint with the --format or -f flag. For example:

eslint -f @jamesacarr/github-actions

You can also use this formatter if you're using XO:

xo --reporter @jamesacarr/github-actions

Keywords

eslint

FAQs

Package last updated on 17 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts