mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 08:32:23 +02:00
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|