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 } }