mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Hound CI: Enable stylelint. (#24234)
This commit is contained in:
parent
d959a11f9e
commit
0af78ac630
1 changed files with 5 additions and 4 deletions
|
|
@ -2,6 +2,11 @@ fail_on_violations: true
|
|||
|
||||
stylelint:
|
||||
config_file: build/.stylelintrc
|
||||
enabled: true
|
||||
|
||||
eslint:
|
||||
config_file: js/.eslintrc.json
|
||||
ignore_file: .houndignore
|
||||
|
||||
scss:
|
||||
enabled: false
|
||||
|
|
@ -9,9 +14,5 @@ scss:
|
|||
jshint:
|
||||
enabled: false
|
||||
|
||||
eslint:
|
||||
config_file: js/.eslintrc.json
|
||||
ignore_file: .houndignore
|
||||
|
||||
ruby:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue