Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.24 KB

lesshint-lint-xml-reporter

npm version Build Status Code Climate devDependency Status

A lesshint's reporter using the same lint-xml format that CSSLint.

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