mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 05:34:43 +00:00
parent
5f959f1192
commit
122d9e5394
1 changed files with 10 additions and 1 deletions
11
.hound.yml
11
.hound.yml
|
|
@ -1,3 +1,5 @@
|
|||
fail_on_violations: true
|
||||
|
||||
scss:
|
||||
config_file: scss/.scss-lint.yml
|
||||
enabled: true
|
||||
|
|
@ -6,6 +8,13 @@ scss:
|
|||
javascript:
|
||||
enabled: false
|
||||
|
||||
eslint:
|
||||
enabled: true
|
||||
config_file: js/.eslintrc
|
||||
|
||||
jscs:
|
||||
enabled: true
|
||||
config_file: js/.jscsrc
|
||||
|
||||
ruby:
|
||||
enabled: false
|
||||
fail_on_violations: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue