uptime-kuma/.stylelintrc

8 lines
137 B
Text
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,
"no-descending-specificity": null
}
2021-07-27 17:33:44 +00:00
}