uptime-kuma/.stylelintrc

10 lines
235 B
Plaintext
Raw Normal View History

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