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