Files
sharpcompress/.github/hooks/rtk-rewrite.json
2026-05-29 10:00:59 +01:00

13 lines
170 B
JSON

{
"hooks": {
"PreToolUse": [
{
"type": "command",
"command": "rtk hook copilot",
"cwd": ".",
"timeout": 5
}
]
}
}