uptime-kuma/.stylelintrc

10 lines
235 B
Text
Raw Normal View History

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