uptime-kuma/.stylelintrc

8 lines
137 B
Plaintext

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