From 321b8cf593bc7fc25e46837496ca623d5b83ec47 Mon Sep 17 00:00:00 2001 From: MikuroXina Date: Wed, 25 Oct 2023 19:06:16 +0900 Subject: [PATCH] Remove needless stylelint plugin --- .stylelintrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.stylelintrc b/.stylelintrc index be312d35..c913c419 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,9 +1,5 @@ { - "extends": [ - "stylelint-config-sass-guidelines", - "stylelint-config-recess-order", - "stylelint-config-prettier" - ], + "extends": ["stylelint-config-sass-guidelines", "stylelint-config-recess-order"], "rules": { "order/properties-alphabetical-order": null }