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