0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-22 03:07:50 +01:00
uptime-kuma/.stylelintrc

16 lines
516 B
Plaintext
Raw Normal View History

2021-07-27 19:33:44 +02:00
{
2021-08-24 17:22:04 +02:00
"extends": "stylelint-config-standard",
"customSyntax": "postcss-html",
2021-08-24 17:22:04 +02:00
"rules": {
"indentation": 4,
2021-08-24 17:38:25 +02:00
"no-descending-specificity": null,
"selector-list-comma-newline-after": null,
"declaration-empty-line-before": null,
"alpha-value-notation": "number",
"color-function-notation": "legacy",
2022-06-28 16:26:27 +02:00
"shorthand-property-no-redundant-values": null,
"color-hex-length": null,
"declaration-block-no-redundant-longhand-properties": null
2021-08-24 17:22:04 +02:00
}
2021-07-27 19:33:44 +02:00
}