mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
0924928cb9
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
21 lines
276 B
YAML
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
|