codernew-api-frontend/.husky/pre-commit
gaoziman 37dd759ff9 chore(配置): 添加代码规范和格式化配置
- 配置 ESLint 代码检查规则和忽略文件
- 配置 Prettier 代码格式化规则
- 配置 StyleLint 样式检查规则和忽略文件
- 配置 Husky Git hooks 实现提交前自动检查
2025-11-05 09:46:41 +08:00

7 lines
99 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run pre-commit
npm run pre-commit
npm run pre-commit