Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romeovs/stylelint-formatter-github-annotate

A style lint formatter for GitHub Actions
https://github.com/romeovs/stylelint-formatter-github-annotate

Last synced: 24 days ago
JSON representation

A style lint formatter for GitHub Actions

Awesome Lists containing this project

README

        

# stylelint-formatter-github-annotate

A simple stylelint formatter that creates annotations in GitHub Actions.

## Installation

```
npm install -D stylelint-formatter-github-annotate
```
Or:
```
yarn add -D stylelint-formatter-github-annotate
```

## Usage

To use the annotation in a GitHub Action run, run stylelint with the `--custom-formatter` flag:
```
stylelint --custom-formatter=node_modules/stylelint-formatter-github-annotate files.js
```