Files
2025-11-30 09:07:13 +08:00

16 lines
260 B
JSON

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