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: 6c5f60998fb50dd17076e97f96245b860229adc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
fail_on_violations: true

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

javascript:
  enabled: false

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

jscs:
  enabled: true
  config_file: js/.jscsrc

ruby:
  enabled: false