Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.hound.yml - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5810115bccbaa7dd64a78d35881b37fc0d01d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
fail_on_violations: true

scss:
  enabled: true
  config_file: scss/.scss-lint.yml

javascript:
  enabled: false

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

ruby:
  enabled: false