]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Hound CI: Enable stylelint. (#24234)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 6 Oct 2017 20:59:38 +0000 (23:59 +0300)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2017 20:59:38 +0000 (23:59 +0300)
.hound.yml

index d47b1677ddb128a29380498009f2622886e89c82..4e09c3443762f6880c21d754ff52c64b10377790 100644 (file)
@@ -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