From 122d9e53949baf96f705e67e9e198a0f2a5410e3 Mon Sep 17 00:00:00 2001 From: Ameya Pandilwar Date: Fri, 11 Mar 2016 23:37:33 -0500 Subject: [PATCH] Enabled ESLint and JSCS in Hound Fixes #19114 Closes #19482, #19299 --- .hound.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.47.2