Skip to content

healthcaresoftware/stylelint-teamcity

Repository files navigation

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.