diff options
author | Volpeon <git@volpeon.ink> | 2024-10-17 00:08:30 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-17 00:08:30 +0200 |
commit | ff8b97204a2aa2f6ee0c7f0ff7c351c482739832 (patch) | |
tree | 0e838e85fa66c76ff654374a78fc5241c00ffe6b | |
parent | Package updates (diff) | |
download | iro-sass-ff8b97204a2aa2f6ee0c7f0ff7c351c482739832.tar.gz iro-sass-ff8b97204a2aa2f6ee0c7f0ff7c351c482739832.tar.bz2 iro-sass-ff8b97204a2aa2f6ee0c7f0ff7c351c482739832.zip |
Fix lint
-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]+)*)?$", |