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