mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-19 21:52:35 +02:00
7 lines
137 B
Text
7 lines
137 B
Text
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|