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

8 lines
137 B
Plaintext

{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
"no-descending-specificity": null
}
}