From 04c2186b6b59eab37e1e403fec4aefc8de75a087 Mon Sep 17 00:00:00 2001 From: AhJindeg Date: Fri, 23 Feb 2024 15:58:43 +0800 Subject: [PATCH] =?UTF-8?q?build(package):=20=F0=9F=94=A7=20add=20prettier?= =?UTF-8?q?-eslint@16.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 settings.json 文件中设置格式化插件 rvest.vs-code-prettier-eslint 未生效问题 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9bcd5c655..bb1a48dd3 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "mitt": "^3.0.1", "nprogress": "^0.2.0", "pinia": "^2.1.7", + "prettier-eslint": "^16.3.0", "qrcode": "^1.5.3", "qs": "^6.11.2", "steady-xml": "^0.1.0", -- Gitee