0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
Bootstrap/.hound.yml

15 lines
187 B
YAML
Raw Normal View History

fail_on_violations: true
scss:
2017-01-02 02:13:22 +03:00
config_file: scss/.scss-lint.yml
2016-02-06 16:07:24 -08:00
2017-03-12 16:01:14 +11:00
jshint:
2016-02-06 16:07:24 -08:00
enabled: false
eslint:
2016-05-31 00:11:19 -07:00
config_file: js/.eslintrc.json
2016-12-25 20:18:47 +11:00
ignore_file: .houndignore
2016-02-06 16:07:24 -08:00
ruby:
enabled: false