17 lines
362 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|