From e47194873c4219a68ba3591951e9e3f75f4740c0 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Thu, 26 Sep 2024 05:39:48 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Chore:=20Disable=20Prettie?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b151289..cf40fb99 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ ], "rules": { "prettier/prettier": [ - "warn", + "ignore", { "quoteProps": "as-needed", "singleQuote": true,