hacktoberfestdockerself-hostedresponsivemonitoringwebsocketwebappuptime-monitoringuptimesocket-iosingle-page-appselfhosted
9 lines
235 B
9 lines
235 B
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"no-descending-specificity": null,
|
|
"selector-list-comma-newline-after": null,
|
|
"declaration-empty-line-before": null
|
|
}
|
|
}
|
|
|