From a36358d7d0c00247623e78c4f164ec97621c1939 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 28 Mar 2023 17:59:54 +0800 Subject: [PATCH] Remove deprecated rules --- src/webui/www/.stylelintrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/webui/www/.stylelintrc.json b/src/webui/www/.stylelintrc.json index f677e2fbf..55324a0dd 100644 --- a/src/webui/www/.stylelintrc.json +++ b/src/webui/www/.stylelintrc.json @@ -8,9 +8,7 @@ "color-hex-length": null, "comment-empty-line-before": null, "comment-whitespace-inside": null, - "declaration-colon-newline-after": null, "function-name-case": null, - "indentation": 4, "length-zero-no-unit": null, "no-descending-specificity": null, "order/properties-alphabetical-order": true,