Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmeya Pandilwar <ameya@pandilwar.com>2016-03-12 07:37:33 +0300
committerChris Rebert <code@chrisrebert.com>2016-03-15 08:57:48 +0300
commit122d9e53949baf96f705e67e9e198a0f2a5410e3 (patch)
tree232496a8bf45a6d1c68ffe1905732a8d6b194028 /.hound.yml
parent5f959f119242565460ae07d0eaff8ed8274c22f1 (diff)
Enabled ESLint and JSCS in Hound
Fixes #19114 Closes #19482, #19299
Diffstat (limited to '.hound.yml')
-rw-r--r--.hound.yml11
1 files changed, 10 insertions, 1 deletions
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