grunt-coffeelint
Lint your CoffeeScript with CoffeeLint.
Installation
Install npm package, next to your project's Gruntfile.js
file:
npm install grunt-coffeelint
Add this line to your project's Gruntfile.js
:
grunt.loadNpmTasks('grunt-coffeelint');
Options
A few additional options are supported:
force
Type: Boolean
Default value: false
Set force
to true
to report CoffeeLint errors but not fail the task.
Configuration
coffeelint
is a multitask, so you can use it similary to lint
, watch
etc...
grunt;
Options per target
grunt;
Global - default options
grunt;
Loading external config
grunt;
Task options
take precedence over configFile
options.
For available options see coffeelint homepage.