1.0.5 • Published 4 years ago

@hcsinc/stylelint-teamcity v1.0.5

Weekly downloads
73
License
MIT
Repository
github
Last release
4 years ago

stylelint-teamcity

npm version

Formats stylelint output as inspections for TeamCity.

Example

Opening the Code Inspection tab for a specific build will display violations based on a pre-defined set of rules. TeamCity Inspections Example

Installation

npm install @hcsinc/stylelint-teamcity --save-dev

Usage

stylelint <options> --custom-formatter ./node_modules/@hcsinc/stylelint-teamcity/index.js

Acknowledgments

stylelint-teamcity is based upon stylelint-teamcity-formatter and eslint-teamcity.