Initial commit
This commit is contained in:
11
hooks/hooks.json
Normal file
11
hooks/hooks.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"name": "typescript-lint",
|
||||
"event": "PostToolUse",
|
||||
"matcher": "Edit|Write",
|
||||
"executable": "${CLAUDE_PLUGIN_ROOT}/hooks/typescript-lint.sh",
|
||||
"timeout": 30000
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user