diff options
author | Volpeon <git@volpeon.ink> | 2025-08-06 16:40:56 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-08-06 16:40:56 +0200 |
commit | 41b0d0497988274057fc2512c822a6bc9d2d3ebd (patch) | |
tree | 015a95ede42b799ac1fd049baa8b0a853b6d3bb3 /.stylelintrc.json | |
parent | Fix button font size (diff) | |
download | iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.gz iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.bz2 iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.zip |
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, |