From d4e4bdb8582a420cb37127fc9a86e388ebf3bade Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 24 Oct 2022 22:01:23 -0700 Subject: [PATCH] Add lint rules --- .stylelintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index cceb3c88f..e617469d9 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -17,6 +17,9 @@ "empty-line-between-groups": false } ], + "string-quotes": "single", + "declaration-block-no-redundant-longhand-properties": null, + "selector-class-pattern": null, "selector-type-case": ["lower", { "ignoreTypes": ["/^\\$\\w+/"] }], "selector-type-no-unknown": [ true,