Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:26 +08:00
commit e178663e5d
5 changed files with 119 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/prettier-format.sh"
}
]
}
]
}
}