95 lines
2.0 KiB
Plaintext
95 lines
2.0 KiB
Plaintext
|
{
|
||
|
"extends": "stylelint-config-standard-scss",
|
||
|
"plugins": [
|
||
|
"stylelint-scss",
|
||
|
"stylelint-order"
|
||
|
],
|
||
|
"rules": {
|
||
|
"alpha-value-notation": "number",
|
||
|
"at-rule-empty-line-before": null,
|
||
|
"block-no-empty": true,
|
||
|
"color-named": "never",
|
||
|
"color-hex-case": "lower",
|
||
|
"import-notation": null,
|
||
|
"max-nesting-depth": 5,
|
||
|
"number-leading-zero": "never",
|
||
|
"property-no-vendor-prefix": true,
|
||
|
"rule-empty-line-before": null,
|
||
|
"order/properties-alphabetical-order": null,
|
||
|
"order/properties-order": [
|
||
|
"position",
|
||
|
"top",
|
||
|
"bottom",
|
||
|
"right",
|
||
|
"left",
|
||
|
"display",
|
||
|
"align-items",
|
||
|
"justify-content",
|
||
|
"float",
|
||
|
"clear",
|
||
|
"overflow",
|
||
|
"overflow-x",
|
||
|
"overflow-y",
|
||
|
"margin",
|
||
|
"margin-top",
|
||
|
"margin-right",
|
||
|
"margin-bogttom",
|
||
|
"margin-left",
|
||
|
"padding",
|
||
|
"padding-top",
|
||
|
"padding-right",
|
||
|
"padding-bottom",
|
||
|
"padding-left",
|
||
|
"width",
|
||
|
"min-width",
|
||
|
"max-width",
|
||
|
"height",
|
||
|
"min-height",
|
||
|
"max-height",
|
||
|
"font-size",
|
||
|
"font-family",
|
||
|
"font-weight",
|
||
|
"text-align",
|
||
|
"text-justify",
|
||
|
"text-indent",
|
||
|
"text-overflow",
|
||
|
"text-decoration",
|
||
|
"white-space",
|
||
|
"color",
|
||
|
"background",
|
||
|
"background-position",
|
||
|
"background-repeat",
|
||
|
"background-size",
|
||
|
"background-color",
|
||
|
"background-clip",
|
||
|
"border",
|
||
|
"border-style",
|
||
|
"border-width",
|
||
|
"border-color",
|
||
|
"border-top-style",
|
||
|
"border-top-width",
|
||
|
"border-top-color",
|
||
|
"border-right-style",
|
||
|
"border-right-width",
|
||
|
"border-right-color",
|
||
|
"border-bottom-style",
|
||
|
"border-bottom-width",
|
||
|
"border-bottom-color",
|
||
|
"border-left-style",
|
||
|
"border-left-width",
|
||
|
"border-left-color",
|
||
|
"border-radius",
|
||
|
"opacity",
|
||
|
"filter",
|
||
|
"list-style",
|
||
|
"outline",
|
||
|
"visibility",
|
||
|
"z-index",
|
||
|
"box-shadow",
|
||
|
"text-shadow",
|
||
|
"resize",
|
||
|
"transition"
|
||
|
]
|
||
|
}
|
||
|
}
|