From: Ameya Pandilwar Date: Sat, 12 Mar 2016 04:37:33 +0000 (-0500) Subject: Enabled ESLint and JSCS in Hound X-Git-Tag: v4.0.0-alpha.3~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122d9e53949baf96f705e67e9e198a0f2a5410e3;p=thirdparty%2Fbootstrap.git Enabled ESLint and JSCS in Hound Fixes #19114 Closes #19482, #19299 --- diff --git a/.hound.yml b/.hound.yml index f6077f21d0..8a21bdf445 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,3 +1,5 @@ +fail_on_violations: true + scss: config_file: scss/.scss-lint.yml enabled: true @@ -6,6 +8,13 @@ scss: javascript: enabled: false +eslint: + enabled: true + config_file: js/.eslintrc + +jscs: + enabled: true + config_file: js/.jscsrc + ruby: enabled: false -fail_on_violations: true