From 6784f7e230040f8ef52c3e40ce7cd9f083eb458f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= <3139373986@qq.com> Date: Mon, 20 May 2024 20:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=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 Signed-off-by: 等风来 <3139373986@qq.com> --- .husky/pre-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index ec86e0c..711acad 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,7 @@ #!/bin/sh -echo "-----------代码正在eslint格式化-----------" +echo -e "\e[1;33m-----------代码正在ESLint格式化-----------\e[0m" pnpm run lint -echo "-----------代码格式化完成-----------" +echo -e "\e[1;32m-------------代码格式化完成---------------\e[0m" \ No newline at end of file