Files
2025-11-29 18:25:26 +08:00

16 lines
268 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write|MultiEdit",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/prettier-format.sh"
}
]
}
]
}
}