aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hound.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.hound.yml b/.hound.yml
index d47b1677d..4e09c3443 100644
--- a/.hound.yml
+++ b/.hound.yml
@@ -2,6 +2,11 @@ fail_on_violations: true
stylelint:
config_file: build/.stylelintrc
+ enabled: true
+
+eslint:
+ config_file: js/.eslintrc.json
+ ignore_file: .houndignore
scss:
enabled: false
@@ -9,9 +14,5 @@ scss:
jshint:
enabled: false
-eslint:
- config_file: js/.eslintrc.json
- ignore_file: .houndignore
-
ruby:
enabled: false