From 6c3b435f079a4d479e8e32c8e7c4cdfdf46bb923 Mon Sep 17 00:00:00 2001 From: huajian123 <287643967@qq.com> Date: Wed, 10 May 2023 11:17:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0prettier=E6=8C=87?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5a4af43a..907bdf36 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve --o --port 4201", "ng-high-memory-start": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve", + "prettier": "prettier --write \"src/**/*.ts\" \"src/**/*.html\" \"src/**/*.less\" \"src/**/*.json\"", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test",