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