2023-02-28 12:50:12 +00:00
|
|
|
{
|
2023-03-01 11:47:12 +00:00
|
|
|
"ignoreDisables": true,
|
2023-03-02 12:05:26 +00:00
|
|
|
"extends": [
|
|
|
|
"stylelint-config-standard-scss",
|
|
|
|
"stylelint-config-hudochenkov/order"
|
2023-02-28 12:50:12 +00:00
|
|
|
],
|
2023-03-02 12:21:26 +00:00
|
|
|
"plugins": ["stylelint-scss"],
|
2023-02-28 12:50:12 +00:00
|
|
|
"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,
|
2023-03-02 12:05:26 +00:00
|
|
|
"no-invalid-position-at-import-rule": null,
|
2023-02-28 12:50:12 +00:00
|
|
|
"number-leading-zero": "never",
|
|
|
|
"property-no-vendor-prefix": true,
|
2023-03-02 12:05:26 +00:00
|
|
|
"rule-empty-line-before": null
|
2023-02-28 12:50:12 +00:00
|
|
|
}
|
|
|
|
}
|