Files
2025-11-30 08:39:12 +08:00

17 lines
362 B
JSON

{
"description": "TypeScript and code quality validation hook for Write/Edit operations on .ts/.tsx files",
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/typescript-check.sh"
}
]
}
]
}
}