CoffeeLint

Review CoffeeScript with Hound

Scott avatar
Written by Scott
Updated over a week ago

Hound uses CoffeeLint (v1.16.2) with the default configuration.

To change the way CoffeeLint is configured, add a config file to your project and reference it in your .hound.yml

coffeescript:
  config_file: coffeelint.json

To disable CoffeeScript style checking, add the following to your .hound.yml

coffeescript:
  enabled: false
Did this answer your question?