uptime-kuma/.stylelintrc

11 lines
275 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,
"declaration-empty-line-before": null,
"no-duplicate-selectors": null
2021-08-24 15:22:04 +00:00
}
2021-07-27 17:33:44 +00:00
}