diff options
| author | Chris Rebert <[email protected]> | 2015-10-04 10:58:02 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-04 10:58:02 -0700 |
| commit | d53943d8584793314944891234a2eb2372f75e38 (patch) | |
| tree | 8be3cfe504beb7fb2a34312b6de0bd5433acbb20 | |
| parent | 10f6e97ec2c59cbeb3c892936e8b7cb3faa1e247 (diff) | |
| parent | a7b37dc08df4e409767e7af6ea894afbeade83ce (diff) | |
| download | bootstrap-d53943d8584793314944891234a2eb2372f75e38.tar.xz bootstrap-d53943d8584793314944891234a2eb2372f75e38.zip | |
Merge pull request #17769 from croaky/hound
Add SCSS configuration for Hound
| -rw-r--r-- | .hound.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 000000000..cd39b4b30 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,6 @@ +java_script: + enabled: false +scss: + config_file: scss/.scss-lint.yml + enabled: true + ignore_file: scss/_normalize.scss |
