chore: 更新 pre-commit 钩子,添加 TypeScript 格式化设置并清理 VSCode 配置

This commit is contained in:
2024-10-19 15:41:38 +08:00
parent 3ffb874049
commit 3d03311ed7
4 changed files with 15 additions and 13 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
echo "Running pre-commit hook..."
if command -v pnpm >/dev/null 2>&1; then