Skip to content

shuhrat/stylint-html-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylint-html-reporter

HTML reporter for Stylint

Install

To install for local project:

npm install stylint-html-reporter --save

Usage

CLI

You need to set reporter to stylint-html-reporter

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

Non CLI

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

{
  "reporter": "stylint-html-reporter",
  "reporterOptions": {
    "reportPath": "../reporters/stylint-report.html"
  }
}

reportPath is path where report is saved, default value is ./stylint-html-report.html

About

HTML reporter for stylint

Resources

Stars

Watchers

Forks

Packages

No packages published