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: 7449ea3f95402ffd8eb7fe121ef5859061209d8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
fail_on_violations: true

scss:
  config_file: .scss-lint.yml

jshint:
  enabled: false

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

ruby:
  enabled: false