Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:02 +08:00
commit 0df90b9bdc
29 changed files with 2639 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"event": "PostToolUse",
"tool": "Write",
"pattern": "**/*.{ts,tsx}",
"command": "npx prettier --write \"$FILE_PATH\" 2>&1"
}