1.0.0 • Published 9 years ago
stylint-html-reporter v1.0.0
stylint-html-reporter
HTML reporter for Stylint
Install
To install for local project:
npm install stylint-html-reporter --saveUsage
CLI
You need to set reporter to stylint-html-reporter
stylint --reporter stylint-html-reporter path/to/filename.stylNon 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