From b0a9849a1277427c1a029b9405878858f5925de2 Mon Sep 17 00:00:00 2001 From: JC Franco Date: Tue, 4 Jun 2024 16:13:41 -0700 Subject: [PATCH] chore(linting): enable selector-pseudo-element-colon-notation rule --- packages/calcite-components/.stylelintrc.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/calcite-components/.stylelintrc.json b/packages/calcite-components/.stylelintrc.json index 140b51fcf3b..148783395ef 100644 --- a/packages/calcite-components/.stylelintrc.json +++ b/packages/calcite-components/.stylelintrc.json @@ -23,6 +23,12 @@ "message": "selector is too complex, consider applying multiple classes dynamically during rendering" } ], + "selector-pseudo-element-colon-notation": [ + "double", + { + "message": "Use double colons for pseudo-elements" + } + ], "selector-type-no-unknown": [ true, {