mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-22 17:36:09 +03:00
9 lines
235 B
Text
9 lines
235 B
Text
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"no-descending-specificity": null,
|
|
"selector-list-comma-newline-after": null,
|
|
"declaration-empty-line-before": null
|
|
}
|
|
}
|