From 3b265df2f809a9f85c565731cd99573837cc1f05 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 6 Jun 2023 14:19:23 +0200 Subject: [PATCH] Remove the deprecated string-quotes rule. --- packages/stylelint/stylelint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/stylelint/stylelint.json b/packages/stylelint/stylelint.json index b495045..fe13cf8 100644 --- a/packages/stylelint/stylelint.json +++ b/packages/stylelint/stylelint.json @@ -4,7 +4,6 @@ "stylelint-config-standard-scss" ], "rules": { - "no-descending-specificity": null, - "string-quotes": "double" + "no-descending-specificity": null } }