https://github.com/twbs/bootstrap
Revision fc94de5b8b5b329a298eeeb76174b146ff17af2d authored by Mark Otto on 19 October 2017, 18:44:05 UTC, committed by Mark Otto on 19 October 2017, 19:23:29 UTC
1 parent 539510f
Raw File
Tip revision: fc94de5b8b5b329a298eeeb76174b146ff17af2d authored by Mark Otto on 19 October 2017, 18:44:05 UTC
typo
Tip revision: fc94de5
.hound.yml
fail_on_violations: true

stylelint:
  config_file: build/.stylelintrc
  enabled: true
  ignore_file: .houndignore

eslint:
  config_file: js/.eslintrc.json
  ignore_file: .houndignore

scss:
  enabled: false

jshint:
  enabled: false

ruby:
  enabled: false
back to top