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