lineman-coffeelint

Provide CoffeeLint functionality to your Lineman application.

Usage no npm install needed!

<script type="module">
  import linemanCoffeelint from 'https://cdn.skypack.dev/lineman-coffeelint';
</script>

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