mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
Hound CI: Enable stylelint. (#24234)
This commit is contained in:
@@ -2,6 +2,11 @@ fail_on_violations: true
|
|||||||
|
|
||||||
stylelint:
|
stylelint:
|
||||||
config_file: build/.stylelintrc
|
config_file: build/.stylelintrc
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
eslint:
|
||||||
|
config_file: js/.eslintrc.json
|
||||||
|
ignore_file: .houndignore
|
||||||
|
|
||||||
scss:
|
scss:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -9,9 +14,5 @@ scss:
|
|||||||
jshint:
|
jshint:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
eslint:
|
|
||||||
config_file: js/.eslintrc.json
|
|
||||||
ignore_file: .houndignore
|
|
||||||
|
|
||||||
ruby:
|
ruby:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Reference in New Issue
Block a user