lineman-coffeelint
v0.1.1
Published
Provide CoffeeLint functionality to your Lineman application.
Readme
lineman-coffeelint
Provide CoffeeLint functionality to your Lineman application. This plugin uses the grunt-coffeelint task and will perform a CoffeeLint check on all CoffeeScript files within your application.
Installation
$ npm install lineman-coffeelint --save-devUsage
lineman-coffeelint will check all of your CoffeeScript defined in files.coffee.app of your Lineman configuration. By default, Lineman configures this to app/js/**/*.coffee.
To override the files, update the value of coffeelint.app within config/application.js:
module.exports = function(lineman){
return {
coffeelint: {
app: ["app/js/**/*.coffee"]
}
}
};License
lineman-coffeelint is copyright of Arana Software, released under the BSD License.
