0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-22 11:47:30 +01:00
uptime-kuma/.stylelintrc

10 lines
235 B
Plaintext
Raw Normal View History

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