Build: add hound config

This commit is contained in:
Joey Baker 2016-07-22 10:01:17 -07:00
parent 6c46ff68d0
commit f41df43885

6
.hound.yml Normal file
View File

@ -0,0 +1,6 @@
jshint:
enabled: false
eslint:
enabled: true
config_file: .eslintrc
fail_on_violations: true