2021-07-27 18:33:44 +01:00
|
|
|
{
|
2021-08-24 16:22:04 +01:00
|
|
|
"extends": "stylelint-config-standard",
|
|
|
|
"rules": {
|
|
|
|
"indentation": 4,
|
2021-08-24 16:38:25 +01:00
|
|
|
"no-descending-specificity": null,
|
|
|
|
"selector-list-comma-newline-after": null,
|
2021-08-25 05:25:19 +01:00
|
|
|
"declaration-empty-line-before": null
|
2021-08-24 16:22:04 +01:00
|
|
|
}
|
2021-07-27 18:33:44 +01:00
|
|
|
}
|