Stylish reporter for CoffeeLint http://www.coffeelint.org. Heavily inspired by the beautiful jshint-stylish.
Install with npm: npm install --save-dev coffeelint-stylish
.
coffeelint index.coffee --reporter coffeelint-stylish
coffeelint = require 'coffeelint'
reporter = require('coffeelint-stylish').reporter
filename = 'make.coffee'
source = 'do -> coffee()'
reporter filename, coffeelint source
Type: String
, Default: ''
Headline of the report.
Type: Array
, Default: []
Results Array
provided by coffeelint.lint
, see http://www.coffeelint.org/#api.