Files
2025-11-29 18:01:42 +08:00

17 lines
289 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/eslint-fix.cjs",
"timeout": 30
}
]
}
]
}
}