JSPM

browserify-coffeelint

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q25219F
  • License ISC

Simple browserify 'transform' to lint coffeescript files

Package Exports

  • browserify-coffeelint

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (browserify-coffeelint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Browserify Coffeelint transform

This simple 'transform' enables to integrate your coffeelint with browserify. This makes for a simpler watch, and only lints what you acutally use. Especially good with watchify.

Install

npm install browserify-coffeelint --save-dev

Use

Just use as normal transform. Transform options are passed through as coffeelint options.

browserify -t browserify-coffeelint -t coffeeify main.coffee -o bundle.js