uptime-kuma/.stylelintrc

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