uptime-kuma/.stylelintrc
2021-08-25 12:25:19 +08:00

10 lines
235 B
Plaintext

{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
"no-descending-specificity": null,
"selector-list-comma-newline-after": null,
"declaration-empty-line-before": null
}
}