1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-22 03:38:56 +02:00
uptime-kuma/.stylelintrc

10 lines
235 B
Plaintext
Raw Normal View History

2021-07-27 19:33:44 +02:00
{
2021-08-24 23:22:04 +08:00
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
2021-08-24 23:38:25 +08:00
"no-descending-specificity": null,
"selector-list-comma-newline-after": null,
2021-08-25 12:25:19 +08:00
"declaration-empty-line-before": null
2021-08-24 23:22:04 +08:00
}
2021-07-27 19:33:44 +02:00
}