From 3a7ed2fb1671c6075b2227c44829de2624a595ca Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 20 Nov 2022 14:26:48 -0800 Subject: [PATCH] fix stylelint to allow tabs as indent --- .stylelintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 2f1eeda..76eba38 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,3 +1,4 @@ { - "extends": "stylelint-config-standard" + "extends": "stylelint-config-standard", + "ignore": ["inside-parens", "param", "value"] } \ No newline at end of file