Build: add hound config #13

Closed
joeybaker wants to merge 1 commits from add-hound into master
Showing only changes of commit f41df43885 - Show all commits

6
.hound.yml Normal file
View File

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