From 4d6dd313792f9dcb0c61c5722555ff59d5fff288 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 23 Jun 2020 13:07:58 +0300 Subject: Update Stylelint rules Enable `scss/selector-no-union-class-name` --- .stylelintrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.stylelintrc') diff --git a/.stylelintrc b/.stylelintrc index 669e28a42e..64e0184fdb 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -3,6 +3,9 @@ "stylelint-config-twbs-bootstrap/scss" ], "rules": { + "function-blacklist": [ + "calc" + ], "property-blacklist": [ "border-radius", "border-top-left-radius", @@ -11,12 +14,12 @@ "border-bottom-left-radius", "transition" ], - "function-blacklist": ["calc"], "scss/dollar-variable-default": [ true, { "ignore": "local" } - ] + ], + "scss/selector-no-union-class-name": true } } -- cgit v1.2.3