29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-04 18:20:29 +00:00
cms/.hound.yml

17 lines
222 B
YAML
Raw Normal View History

2017-06-04 12:11:02 +00:00
fail_on_violations: true
scss:
2017-07-09 20:20:40 +00:00
config_file: scss-lint.yml
2017-06-04 12:11:02 +00:00
2018-02-21 16:59:09 +00:00
eslint:
enabled: true
config_file: .eslintrc
2018-02-21 17:10:36 +00:00
ignore_file: .eslintignore
2018-02-21 17:18:34 +00:00
# Disable hound default linters
jshint:
enabled: false
ruby:
2018-02-21 17:22:13 +00:00
enabled: false