uptime-kuma/.stylelintrc

10 lines
235 B
Plaintext
Raw Normal View History

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