summaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-10-19 14:46:06 +0200
committerVolpeon <git@volpeon.ink>2024-10-19 14:46:06 +0200
commit3799950b0a869aee0e2725a8aafbb53c26723942 (patch)
tree9d8ee6ee3e9f963358d6463aa6114d4020a90a39 /.stylelintrc.json
parentUpdate (diff)
downloadiro-design-3799950b0a869aee0e2725a8aafbb53c26723942.tar.gz
iro-design-3799950b0a869aee0e2725a8aafbb53c26723942.tar.bz2
iro-design-3799950b0a869aee0e2725a8aafbb53c26723942.zip
Update
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 {