ktg-plugin-marketplace/plugins/config-audit/tests/fixtures/fixable-project/hooks/hooks.json

18 lines
268 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": {
"tool": "Bash"
},
"hooks": [
{
"type": "command",
"command": "echo ok",
"timeout": "5000"
}
]
}
]
}
}