2022-10-19 15:12:10 +03:00
|
|
|
{
|
2022-10-19 21:05:29 +03:00
|
|
|
"extends": "stylelint-config-standard-scss",
|
|
|
|
"rules": {
|
|
|
|
"no-descending-specificity": null,
|
|
|
|
"shorthand-property-no-redundant-values": null,
|
|
|
|
"at-rule-no-vendor-prefix": null,
|
|
|
|
"property-no-vendor-prefix": null,
|
|
|
|
"selector-no-vendor-prefix": null,
|
|
|
|
"value-no-vendor-prefix": null,
|
|
|
|
"color-function-notation": "legacy",
|
|
|
|
"alpha-value-notation": "number",
|
|
|
|
"selector-not-notation": "simple",
|
|
|
|
"color-hex-length": "long",
|
2023-03-06 03:48:52 +03:00
|
|
|
"declaration-block-single-line-max-declarations": 3,
|
|
|
|
"scss/operator-no-newline-after": null,
|
|
|
|
"rule-empty-line-before": [
|
|
|
|
"always",
|
|
|
|
{ "ignore": ["after-comment", "first-nested", "inside-block"] }
|
2023-04-16 04:05:50 +03:00
|
|
|
],
|
|
|
|
"value-keyword-case": ["lower", { "ignoreProperties": ["/^\\$/"] }]
|
2022-10-19 21:05:29 +03:00
|
|
|
}
|
2022-10-19 15:12:10 +03:00
|
|
|
}
|