Files
gh-djankies-claude-configs-…/hooks/hooks.json
2025-11-29 18:22:28 +08:00

28 lines
522 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/validate-react-19.sh",
"timeout": 5000
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-react-version.sh",
"timeout": 3000
}
]
}
]
}
}