diff options
| -rw-r--r-- | .stylelintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index c2fd34a..97f6f6c 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | { | 1 | { |
| 2 | "extends": "stylelint-config-sass-guidelines", | 2 | "extends": "stylelint-config-sass-guidelines", |
| 3 | "rules": { | 3 | "rules": { |
| 4 | "@stylistic/indentation": 4, | ||
| 5 | "@stylistic/number-leading-zero": "never", | ||
| 6 | "@stylistic/declaration-colon-space-after": null, | ||
| 4 | "max-nesting-depth": 9, | 7 | "max-nesting-depth": 9, |
| 5 | "selector-class-pattern": [ | 8 | "selector-class-pattern": [ |
| 6 | "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", | 9 | "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", |
