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:
authorMark Otto <markdotto@gmail.com>2017-05-28 03:54:23 +0300
committerMark Otto <markdotto@gmail.com>2017-05-28 03:54:23 +0300
commit7c9efe786aad4d55b468223697c6018b9b59b8dd (patch)
tree748bd712ddf46bedaec51ba9b5507b532fc6e3aa /.hound.yml
parent9dbe77a0b0669ca47ace5bb5b5a2e394d7dfae62 (diff)
move .scss-lint.yml to route dir instead of symlink (which didn't work)
Diffstat (limited to '.hound.yml')
-rw-r--r--.hound.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hound.yml b/.hound.yml
index 3387b0ce0a..7449ea3f95 100644
--- a/.hound.yml
+++ b/.hound.yml
@@ -1,7 +1,7 @@
fail_on_violations: true
scss:
- config_file: scss/.scss-lint.yml
+ config_file: .scss-lint.yml
jshint:
enabled: false