stylint-teamcity-reporter

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i stylint-teamcity-reporter

Weekly Downloads

4

Version

1.0.0

License

none

Last publish

Collaborators

  • zumra6a