lesshint-lint-xml-reporter
v1.0.1
Published
A lesshint's reporter using the same lint-xml format that CSSLint. Can be used by Jenkins.
Downloads
9
Maintainers
Readme
lesshint-lint-xml-reporter
A lesshint's reporter using the same lint-xml format that CSSLint. Can be used by Jenkins.
Installation
Run the following command from the command line (add -g to install globally):
npm install lesshint-lint-xml-reporter
Usage
Use lesshint with -r
or --reporter
option:
lesshint --reporter lesshint-lint-xml-reporter file.less
lesshint --reporter /path/to/lesshint-lint-xml-reporter/reporter.js file.less