1.0.0 • Published 7 years ago

stylint-teamcity-reporter v1.0.0

Weekly downloads
19
License
-
Repository
github
Last release
7 years ago

stylint-teamcity-reporter

TeamCity reporter for Stylint

Install

To install for local project:

npm install stylint-teamcity-reporter --save

Usage

CLI

You need to set reporter to stylint-teamcity-reporter

stylint --reporter stylint-teamcity-reporter path/to/filename.styl

Non CLI

You need to set reporter to stylint-teamcity-reporter in config object.

{
  "reporter": "stylint-teamcity-reporter",
  "reporterOptions": {
    "reportSeverity": "error"
  }
}

Possible values for reportSeverity are:

  • all - Report all messages, by default
  • warning - Report only warnings
  • error - Report only errors
1.0.0

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago