mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): update scsslint
This commit is contained in:
@ -13,13 +13,16 @@ linters:
|
||||
|
||||
# Box
|
||||
|
||||
- display
|
||||
- position
|
||||
- top
|
||||
- right
|
||||
- bottom
|
||||
- left
|
||||
|
||||
- z-index
|
||||
- display
|
||||
- float
|
||||
- clear
|
||||
-
|
||||
- flex
|
||||
- flex-basis
|
||||
- flex-direction
|
||||
@ -32,30 +35,25 @@ linters:
|
||||
- align-self
|
||||
- justify-content
|
||||
- order
|
||||
|
||||
- width
|
||||
- min-width
|
||||
- max-width
|
||||
|
||||
- height
|
||||
- min-height
|
||||
- max-height
|
||||
|
||||
-
|
||||
- margin
|
||||
- margin-top
|
||||
- margin-right
|
||||
- margin-bottom
|
||||
- margin-left
|
||||
|
||||
- padding
|
||||
- padding-top
|
||||
- padding-right
|
||||
- padding-bottom
|
||||
- padding-left
|
||||
|
||||
- float
|
||||
- clear
|
||||
|
||||
-
|
||||
- width
|
||||
- min-width
|
||||
- max-width
|
||||
- height
|
||||
- min-height
|
||||
- max-height
|
||||
-
|
||||
- columns
|
||||
- column-gap
|
||||
- column-fill
|
||||
@ -64,17 +62,6 @@ linters:
|
||||
- column-count
|
||||
- column-width
|
||||
|
||||
- transform
|
||||
- transform-box
|
||||
- transform-origin
|
||||
- transform-style
|
||||
|
||||
- transition
|
||||
- transition-delay
|
||||
- transition-duration
|
||||
- transition-property
|
||||
- transition-timing-function
|
||||
|
||||
# Border
|
||||
|
||||
- border
|
||||
@ -112,20 +99,8 @@ linters:
|
||||
- outline-style
|
||||
- outline-width
|
||||
|
||||
# Background
|
||||
|
||||
- background
|
||||
- background-attachment
|
||||
- background-color
|
||||
- background-image
|
||||
- background-repeat
|
||||
- background-position
|
||||
- background-size
|
||||
|
||||
# Text
|
||||
|
||||
- color
|
||||
|
||||
- font
|
||||
- font-family
|
||||
- font-size
|
||||
@ -137,7 +112,6 @@ linters:
|
||||
- letter-spacing
|
||||
- line-height
|
||||
- list-style
|
||||
|
||||
- text-align
|
||||
- text-decoration
|
||||
- text-indent
|
||||
@ -150,6 +124,18 @@ linters:
|
||||
- white-space
|
||||
- word-spacing
|
||||
|
||||
- color
|
||||
|
||||
# Background
|
||||
|
||||
- background
|
||||
- background-attachment
|
||||
- background-color
|
||||
- background-image
|
||||
- background-repeat
|
||||
- background-position
|
||||
- background-size
|
||||
|
||||
# Other
|
||||
|
||||
- border-collapse
|
||||
@ -166,7 +152,19 @@ linters:
|
||||
- table-layout
|
||||
- vertical-align
|
||||
- visibility
|
||||
- z-index
|
||||
|
||||
# Transforms
|
||||
|
||||
- transform
|
||||
- transform-box
|
||||
- transform-origin
|
||||
- transform-style
|
||||
|
||||
- transition
|
||||
- transition-delay
|
||||
- transition-duration
|
||||
- transition-property
|
||||
- transition-timing-function
|
||||
|
||||
StringQuotes:
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user