22 lines
529 B
JSON
22 lines
529 B
JSON
{
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Write|Edit|MultiEdit",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/typescript-validator.py",
|
|
"description": "Validate TypeScript code"
|
|
},
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/import-organizer.py",
|
|
"description": "Organize imports automatically"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|