Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
21 строка
585 B
JSON
21 строка
585 B
JSON
{
|
|
"extends": ["stylelint-config-recommended", "stylelint-config-standard", "stylelint-config-idiomatic-order", "stylelint-config-recommended-scss"],
|
|
"rules": {
|
|
"indentation": 4,
|
|
"no-descending-specificity": null,
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"property-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreProperties": ["scrollbar-3dlight-color"]
|
|
}
|
|
],
|
|
"block-no-empty": [
|
|
true,
|
|
{
|
|
"ignore": ["comments"]
|
|
}
|
|
]
|
|
}
|
|
}
|