Files
2025-11-29 18:09:06 +08:00

12 lines
220 B
JSON

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