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