From 6291fdc1b6c9cc44260edcb64e62efe4ad28228c Mon Sep 17 00:00:00 2001 From: moisseev Date: Sat, 9 Dec 2023 17:47:22 +0300 Subject: [PATCH] [Test] Remove deprecated Stylelint rule --- .stylelintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 7e45fcb..f22805b 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -11,7 +11,6 @@ "at-rule-empty-line-before": null, "color-hex-length": null, "comment-empty-line-before": null, - "number-leading-zero": null, "rule-empty-line-before": null } }