mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 00:12:41 +00:00
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"at-rule-empty-line-before": null,
|
|
"block-closing-brace-newline-before": null,
|
|
"color-hex-case": null,
|
|
"max-empty-lines": 2,
|
|
"no-descending-specificity": null,
|
|
"indentation": null,
|
|
"rule-empty-line-before": null,
|
|
"selector-list-comma-newline-after": null
|
|
}
|
|
}
|