2021-08-26 11:25:25 +02:00
|
|
|
{
|
|
|
|
"extends": "stylelint-config-sass-guidelines",
|
|
|
|
"rules": {
|
|
|
|
"indentation": 4,
|
|
|
|
"selector-class-pattern": "[a-zA-Z_-]+",
|
|
|
|
"max-nesting-depth": 4,
|
|
|
|
"selector-max-compound-selectors": 6,
|
|
|
|
"selector-max-id": 1,
|
|
|
|
"selector-no-qualifying-type": null,
|
|
|
|
"order/properties-alphabetical-order": null,
|
2022-07-11 13:57:03 +02:00
|
|
|
"declaration-block-no-duplicate-properties": true,
|
|
|
|
"property-disallowed-list": ["z-index"]
|
2021-08-26 11:25:25 +02:00
|
|
|
}
|
|
|
|
}
|