1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

Fix up linter to ignore all other Normalize upstream shenanigans

This commit is contained in:
Mark Otto
2016-05-08 13:46:29 -07:00
parent 637d930d8f
commit 3547164f61

View File

@@ -25,6 +25,8 @@ linters:
BorderZero: BorderZero:
enabled: true enabled: true
convention: zero # or `none` convention: zero # or `none`
exclude:
- _normalize.scss
ChainedClasses: ChainedClasses:
enabled: false enabled: false
@@ -103,6 +105,8 @@ linters:
LeadingZero: LeadingZero:
enabled: true enabled: true
style: exclude_zero # or 'include_zero' style: exclude_zero # or 'include_zero'
exclude:
- _normalize.scss
MergeableSelector: MergeableSelector:
enabled: false enabled: false
@@ -131,6 +135,8 @@ linters:
ignore_unspecified: false ignore_unspecified: false
min_properties: 2 min_properties: 2
separate_groups: false separate_groups: false
exclude:
- _normalize.scss
order: order:
- position - position
- top - top