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 c00dafa..0b9d42a 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json | |||
@@ -4,7 +4,7 @@ | |||
4 | "stylelint-config-recess-order" | 4 | "stylelint-config-recess-order" |
5 | ], | 5 | ], |
6 | "rules": { | 6 | "rules": { |
7 | "@stylistic/indentation": 4, | 7 | "@stylistic/indentation": "tab", |
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, |