diff --git a/.hound.yml b/.hound.yml index ac4d16c30..9b988b67f 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,6 +1,12 @@ -javascript: - config_file: js/.jshintrc - enabled: true +fail_on_violations: true + scss: enabled: false -fail_on_violations: true + +javascript: + enabled: true + config_file: js/.jshintrc + +jscs: + enabled: true + config_file: js/.jscsrc