From ff8b97204a2aa2f6ee0c7f0ff7c351c482739832 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 17 Oct 2024 00:08:30 +0200 Subject: Fix lint --- .stylelintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index c2fd34a..97f6f6c 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,6 +1,9 @@ { "extends": "stylelint-config-sass-guidelines", "rules": { + "@stylistic/indentation": 4, + "@stylistic/number-leading-zero": "never", + "@stylistic/declaration-colon-space-after": null, "max-nesting-depth": 9, "selector-class-pattern": [ "^[closut](-[a-z0-9]+)+(__[a-z0-9]+(-[a-z0-9]+)*)*(--[a-z0-9]+(-[a-z0-9]+)*)*(\\@[a-z0-9]+(-[a-z0-9]+)*)?$", -- cgit v1.2.3-70-g09d2