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