From bae631417d24c930dcedebacccbc927141d76b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 19 Nov 2024 22:13:18 +0100 Subject: [PATCH] indent .stylelintrc.json --- .stylelintrc.json | 50 +++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index ef9be98a..e470cb51 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -2,29 +2,29 @@ "extends": "stylelint-config-sass-guidelines", "plugins": ["stylelint-order"], "rules": { - "selector-max-compound-selectors": 5, - "max-nesting-depth": 4, - "selector-no-vendor-prefix": [ - true, - { - "ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"] - } - ], - "selector-no-qualifying-type": [ - true, - { - "ignore": ["attribute"] - } - ], - "value-no-vendor-prefix": [ - true, - { - "ignoreValues": ["box"] - } - ], - "selector-class-pattern": null, - "scss/percent-placeholder-pattern": null, - "order/properties-alphabetical-order": true, - "@stylistic/function-parentheses-space-inside": null + "selector-max-compound-selectors": 5, + "max-nesting-depth": 4, + "selector-no-vendor-prefix": [ + true, + { + "ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"] + } + ], + "selector-no-qualifying-type": [ + true, + { + "ignore": ["attribute"] + } + ], + "value-no-vendor-prefix": [ + true, + { + "ignoreValues": ["box"] + } + ], + "selector-class-pattern": null, + "scss/percent-placeholder-pattern": null, + "order/properties-alphabetical-order": true, + "@stylistic/function-parentheses-space-inside": null } - } +}