uptime-kuma/.stylelintrc

10 lines
235 B
Plaintext
Raw Normal View History

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