0.0.3 • Published 3 years ago

stylelint-formatter-github-annotate v0.0.3

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

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