CoffeeLint is a style checker that helps keep CoffeeScript code clean and consistent. CoffeeScript does a great job at insulating programmers from many of JavaScript's bad parts, but it won't help enforce a consistent style across a code base. CoffeeLint can help with that.
Should run automatically when you do npm test, but after the tests has run.
http://www.coffeelint.org/
Should run automatically when you do
npm test
, but after the tests has run.