diff options
Diffstat (limited to '.stylelintrc.json')
| -rw-r--r-- | .stylelintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 622a3c3..09d474e 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json | |||
| @@ -4,6 +4,9 @@ | |||
| 4 | "stylelint-order" | 4 | "stylelint-order" |
| 5 | ], | 5 | ], |
| 6 | "rules": { | 6 | "rules": { |
| 7 | "@stylistic/indentation": 4, | ||
| 8 | "@stylistic/number-leading-zero": "never", | ||
| 9 | "@stylistic/declaration-colon-space-after": null, | ||
| 7 | "max-nesting-depth": 7, | 10 | "max-nesting-depth": 7, |
| 8 | "selector-class-pattern": [ | 11 | "selector-class-pattern": [ |
| 9 | "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", | 12 | "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", |
