From 19ae35932f03d7607b4894d239ddd11528a09b1d Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Thu, 25 Jul 2024 01:42:28 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20prettier.config.j?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prettier.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/prettier.config.js b/prettier.config.js index 02cb33a..db67959 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,8 +1,6 @@ -const config = { +export default { trailingComma: "es5", tabWidth: 2, semi: false, singleQuote: false, } - -export default config