ci-demo-2/documentation/layouts/oc/.stylelintrc

8 lines
141 B
Plaintext

{
"extends": "stylelint-config-standard",
"rules": {
"comment-empty-line-before": null,
"no-descending-specificity": null,
}
}