2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00
Files
bootstrap/.hound.yml
T
XhmikosR 0924928cb9 Update Hound config.
1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream
2. Remove unneeded ignore from .houndignore
2017-11-12 01:18:53 +02:00

21 lines
276 B
YAML

fail_on_violations: true
eslint:
config_file: js/.eslintrc.json
enabled: false
ignore_file: .houndignore
stylelint:
config_file: build/.stylelintrc
enabled: true
ignore_file: .houndignore
jshint:
enabled: false
scss:
enabled: false
ruby:
enabled: false