uptime-kuma/.stylelintrc

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