From ae0d8a757398b13fbb65968b77703da9e0351e91 Mon Sep 17 00:00:00 2001 From: jixinbao Date: Wed, 29 May 2024 11:53:19 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=BB=B6=E8=BF=9F=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BA=8B=E4=BB=B6=E6=B5=8B=E8=AF=95=EF=BC=8C?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=9C=89=E5=8A=A8=E7=94=BB=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .prettierrc | 4 ++++ pages/.vscode/settings.json | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 .prettierrc create mode 100644 pages/.vscode/settings.json diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..b2095be8 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "semi": false, + "singleQuote": true +} diff --git a/pages/.vscode/settings.json b/pages/.vscode/settings.json new file mode 100644 index 00000000..0db3279e --- /dev/null +++ b/pages/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + +} -- GitLab