UNPKG

lesshint-reporter-stylisher

Version:
22 lines (13 loc) 525 B
# lesshint-reporter-stylisher Reporter for [lesshint](https://github.com/lesshint/lesshint). An alternative to the [official one](https://github.com/lesshint/reporter-stylish) that tries to mimic the default eslint reporter a bit closer. ![](screenshot.png) Compared to [lesshint-reporter-stylish](https://github.com/lesshint/reporter-stylish): ![](screenshot-official.png) ## Install ```bash npm install lesshint-reporter-stylisher --save-dev ``` ## Usage ```bash lesshint --reporter lesshint-reporter-stylisher ```