dentarg / hubot-url-title

:crocodile: Returns the title when a link is posted
https://www.npmjs.com/package/hubot-url-title
4 stars 11 forks source link

Use CoffeeLint #28

Open dentarg opened 7 years ago

dentarg commented 7 years ago

http://www.coffeelint.org/

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.

dentarg commented 7 years ago

Might be helpful: https://www.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/