summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 478ae4e..c00dafa 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -8,6 +8,14 @@
8 "@stylistic/number-leading-zero": "never", 8 "@stylistic/number-leading-zero": "never",
9 "@stylistic/declaration-colon-space-after": null, 9 "@stylistic/declaration-colon-space-after": null,
10 "max-nesting-depth": 7, 10 "max-nesting-depth": 7,
11 "length-zero-no-unit": [
12 true,
13 {
14 "ignoreFunctions": [
15 "/^props\\.def/"
16 ]
17 }
18 ],
11 "selector-class-pattern": [ 19 "selector-class-pattern": [
12 "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", 20 "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$",
13 { 21 {