stylelintrc: Drop rules not known in stylelint 16

This commit is contained in:
Martin Pitt 2024-02-07 22:28:07 +01:00 committed by Jelle van der Waa
parent a0f5432f4e
commit 09c6e956ac

View file

@ -1,11 +1,7 @@
{
"extends": "stylelint-config-standard-scss",
"rules": {
"declaration-colon-newline-after": null,
"selector-list-comma-newline-after": null,
"at-rule-empty-line-before": null,
"declaration-colon-space-before": null,
"declaration-empty-line-before": null,
"custom-property-empty-line-before": null,
"comment-empty-line-before": null,
@ -19,9 +15,7 @@
"declaration-block-single-line-max-declarations": null,
"font-family-no-duplicate-names": null,
"function-url-quotes": null,
"indentation": null,
"keyframes-name-pattern": null,
"max-line-length": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"scss/at-extend-no-missing-placeholder": null,