From 3c790d39087aa80dfd42254c3ddbabb69d86809c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= Date: Sun, 21 Jul 2024 22:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20=E7=BB=86=E8=8A=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 711acad..11b6596 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,7 @@ #!/bin/sh -echo -e "\e[1;33m-----------代码正在ESLint格式化-----------\e[0m" +echo "-----------代码正在ESLint格式化-----------" pnpm run lint -echo -e "\e[1;32m-------------代码格式化完成---------------\e[0m" \ No newline at end of file +echo "-------------代码格式化完成---------------" \ No newline at end of file