From 6744e4cf64dddf714b2afb11188efcfc9fb8219d Mon Sep 17 00:00:00 2001 From: Juck Zhang Date: Thu, 11 Jul 2024 17:55:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0=E6=B3=95=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81=EF=BC=88issues/19?= =?UTF-8?q?2=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/un-pany/v3-admin-vite/issues/192 --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 64247330..d3515f39 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "prettier.enable": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" },