1
0
Fork 0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-11 11:37:25 +03:00
uptime-kuma/.stylelintrc
2021-08-25 12:25:19 +08:00

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
}
}