Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:06 +08:00
commit 93c3ced999
4 changed files with 68 additions and 0 deletions

11
hooks/hooks.json Normal file
View File

@@ -0,0 +1,11 @@
{
"hooks": [
{
"name": "typescript-lint",
"event": "PostToolUse",
"matcher": "Edit|Write",
"executable": "${CLAUDE_PLUGIN_ROOT}/hooks/typescript-lint.sh",
"timeout": 30000
}
]
}