1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00
focalboard/webapp/.stylelintrc.json
Harshil Sharma b469c9678c Lint fix
2023-01-27 14:40:49 +05:30

15 lines
425 B
JSON

{
"extends": "stylelint-config-sass-guidelines",
"rules": {
"indentation": 4,
"selector-class-pattern": "[a-zA-Z_-]+",
"max-nesting-depth": null,
"selector-max-compound-selectors": 6,
"selector-max-id": 1,
"selector-no-qualifying-type": null,
"order/properties-alphabetical-order": null,
"declaration-block-no-duplicate-properties": true,
"property-disallowed-list": ["z-index"]
}
}