0.1.1 • Published 10 years ago

lineman-coffeelint v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

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-dev

Usage

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.

0.1.1

10 years ago

0.1.0

10 years ago