Mono repo -> Master (#22553)
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
Этот коммит содержится в:
20
webapp/channels/.stylelintrc.json
Обычный файл
20
webapp/channels/.stylelintrc.json
Обычный файл
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Ссылка в новой задаче
Block a user