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:
-rw-r--r--.hound.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.hound.yml b/.hound.yml
index ac4d16c305..9b988b67fc 100644
--- a/.hound.yml
+++ b/.hound.yml
@@ -1,6 +1,12 @@
+fail_on_violations: true
+
+scss:
+ enabled: false
+
javascript:
+ enabled: true
config_file: js/.jshintrc
+
+jscs:
enabled: true
-scss:
- enabled: false
-fail_on_violations: true
+ config_file: js/.jscsrc