From: XhmikosR Date: Fri, 6 Oct 2017 20:59:38 +0000 (+0300) Subject: Hound CI: Enable stylelint. (#24234) X-Git-Tag: v4.0.0-beta.2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0af78ac63054739db9ff8f08a14da5fdb206c693;p=thirdparty%2Fbootstrap.git Hound CI: Enable stylelint. (#24234) --- diff --git a/.hound.yml b/.hound.yml index d47b1677dd..4e09c34437 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