You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uptime-kuma/.stylelintrc

18 lines
528 B

{
"extends": [
"stylelint-config-standard",
"stylelint-config-prettier"
],
"customSyntax": "postcss-html",
"rules": {
"no-descending-specificity": null,
"declaration-empty-line-before": null,
"alpha-value-notation": "number",
"color-function-notation": "legacy",
"shorthand-property-no-redundant-values": null,
"color-hex-length": null,
"declaration-block-no-redundant-longhand-properties": null,
"at-rule-no-unknown": null
}
}