.hound.yml 259 Bytes
Newer Older
1
2
fail_on_violations: true

XhmikosR's avatar
XhmikosR committed
3
4
stylelint:
  config_file: build/.stylelintrc
5
  enabled: true
6
  ignore_file: .houndignore
7
8
9
10

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

XhmikosR's avatar
XhmikosR committed
12
13
14
scss:
  enabled: false

15
jshint:
16
17
18
19
  enabled: false

ruby:
  enabled: false