From 90f24929e32f79707528b438fbcb903837c82e6a Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 7 Feb 2024 12:03:22 +0800 Subject: [PATCH] chore: add .stylelintrc.json --- .stylelintrc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .stylelintrc.json diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..3b90bfe --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,3 @@ +{ + "extends": ["stylelint-config-standard-less"] +}