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

16 lines
236 B
JSON

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