diff options
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index ad8225f..fa2128b 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "extends": "stylelint-config-sass-guidelines", | 2 | "extends": "stylelint-config-sass-guidelines", |
3 | "rules": { | 3 | "rules": { |
4 | "@stylistic/indentation": 4, | 4 | "@stylistic/indentation": "tab", |
5 | "@stylistic/number-leading-zero": "never", | 5 | "@stylistic/number-leading-zero": "never", |
6 | "@stylistic/declaration-colon-space-after": null, | 6 | "@stylistic/declaration-colon-space-after": null, |
7 | "max-nesting-depth": 9, | 7 | "max-nesting-depth": 9, |