Files
gh-racurry-neat-little-pack…/hooks/hooks.json
2025-11-30 08:48:47 +08:00

17 lines
278 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/lint-on-write.py",
"timeout": 30
}
]
}
]
}
}