From f9cb601580c71e7d397b12511e287a2f97aec705 Mon Sep 17 00:00:00 2001 From: razonyang Date: Sat, 7 Dec 2024 14:05:04 +0800 Subject: [PATCH] chore: update .stylelintrc.json --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 8f17c20..ea78268 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,5 +1,5 @@ { - "extends": "stylelint-config-standard-scss", + "extends": "@hugomods/stylelint-config", "rules": { "at-rule-no-unknown": null, "color-function-notation": null,