aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-06 23:59:38 +0300
committerGitHub <[email protected]>2017-10-06 23:59:38 +0300
commit0af78ac63054739db9ff8f08a14da5fdb206c693 (patch)
tree0bf5efd10b8042fb814ffb8b74731a7e729bcf6f
parentd959a11f9e402914b992b8abda6e6ffdb93e73a0 (diff)
downloadbootstrap-0af78ac63054739db9ff8f08a14da5fdb206c693.tar.xz
bootstrap-0af78ac63054739db9ff8f08a14da5fdb206c693.zip
Hound CI: Enable stylelint. (#24234)
-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