Build: add hound config #13

Closed
joeybaker wants to merge 1 commits from add-hound into master

6
.hound.yml Normal file
View File

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