mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"no-descending-specificity": null,
|
|
"selector-list-comma-newline-after": null,
|
|
"declaration-empty-line-before": null
|
|
}
|
|
}
|