From 09c6e956acf77c1e1788b3b043bfe7140defc36f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 7 Feb 2024 22:28:07 +0100 Subject: [PATCH] stylelintrc: Drop rules not known in stylelint 16 --- .stylelintrc.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index aa78cdb..0133e2c 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -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,