From 027b232da38f93e9c445834275f03ba28a9cad0d Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 13 Nov 2023 11:50:02 +0800 Subject: [PATCH] Merge branch 'feature_1.0' --- package.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index fd246cd..693d277 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "chalk": "2.4.2", "connect": "3.6.6", "eslint": "^5.16.0", + "eslint-config-prettier": "^9.0.0", "eslint-config-standard": "^10.2.1", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.7.1", @@ -86,6 +87,7 @@ "eslint-plugin-vue": "^5.2.3", "html-webpack-plugin": "3.2.0", "mockjs": "1.0.1-beta3", + "prettier": "3.0.3", "runjs": "^4.3.2", "sass-loader": "^7.1.0", "script-ext-html-webpack-plugin": "2.1.3", @@ -107,4 +109,4 @@ "**/@vue/cli-plugin-eslint", "**/@vue/cli-plugin-eslint/**" ] -} \ No newline at end of file +} -- Gitblit v1.8.0