Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stylelint-formatter-github-checks

ezypeeze155MIT1.0.0

An Stylelint formatter to use with Github Checks. It outputs a json format that outputs the json needed for the ['Update a check run'](https://docs

stylelint, stylelint-formatter, stylelintformatter, github, github-checks, github-checks-api

readme

stylelint-formatter-github-checks

Build Status Current NPM Version Dependencies Codecov Monthly Downloads Known Vulnerabilities

Forked from daanleenders/eslint-formatter-github-checks & adapted for stylelint

An Stylelint formatter to use with Github Checks. It outputs a json format that outputs the json needed for the 'Update a check run' API call, so you can send the stylelint output to github.

Install

$ yarn add stylelint-formatter-github-checks -D

Usage

$ stylelint "*.css" --custom-formatter=./node_modules/stylelint-formatter-github-checks

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2022-05-20)