Files
website-v2-docs/antora-ui/.stylelintrc
2023-04-25 18:10:24 -03:00

8 lines
141 B
Plaintext

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