lineman-coffeelint

0.1.1 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    0

Package Sidebar

Install

npm i lineman-coffeelint

Weekly Downloads

1

Version

0.1.1

License

none

Last publish

Collaborators

  • jayharris