Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:21 +08:00
commit aa624ea0fe
5 changed files with 147 additions and 0 deletions

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write|MultiEdit",
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/eslint-check.sh"
}
]
}
]
}
}