hslint
Output hs-static lint like native eslint
Installation
$ git clone git@git.hubteam.com:nhwang/hslint.git
$ cd hslint
$ npm link
Usage
$ hslint [options] <project>
Options
-h, --help: output usage information
-v, --version: output the version number
-p, --port: port of hs-static app [default: 3333]
-s, --source: path relative to static dir [default: js]
-e, --ignore-errors: ignore errors in output [default: false]
-w, --ignore-warnings: ignore warnings in output [default: false]
Screenshots
Original eslint output format

hslint output format

Contact?
Direct your complaints to Nick Hwang (@nhwang)