mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 13:14:42 +00:00
Merge pull request #17769 from croaky/hound
Add SCSS configuration for Hound
This commit is contained in:
commit
d53943d858
1 changed files with 6 additions and 0 deletions
6
.hound.yml
Normal file
6
.hound.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
java_script:
|
||||
enabled: false
|
||||
scss:
|
||||
config_file: scss/.scss-lint.yml
|
||||
enabled: true
|
||||
ignore_file: scss/_normalize.scss
|
||||
Loading…
Reference in a new issue