9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"comment-empty-line-before": null,
|
|
"no-descending-specificity": null,
|
|
"declaration-empty-line-before": null
|
|
}
|
|
}
|