From e1678d1116aa462ddd2bc70d10496e37b053433e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 16 Dec 2021 15:50:16 +0100 Subject: build(linter): add rules to allow CSS modules composes property --- .stylelintrc.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index 4754334..56d27b3 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -23,6 +23,12 @@ "ignorePattern": ["/https?://[0-9,a-z]*.*/"] } ], + "property-no-unknown": [ + true, + { + "ignoreProperties": ["composes"] + } + ], "selector-id-pattern": null, "selector-class-pattern": [ "^([a-z][a-z0-9]*)((-|--|__)[a-z0-9]+)*$", -- cgit v1.2.3