0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-22 11:47:30 +01:00
uptime-kuma/.stylelintrc

8 lines
137 B
Plaintext
Raw Normal View History

2021-07-27 19:33:44 +02:00
{
2021-08-24 17:22:04 +02:00
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
"no-descending-specificity": null
}
2021-07-27 19:33:44 +02:00
}