Files
lighthouse/.claude/settings.json
2026-02-18 03:26:06 +00:00

16 lines
264 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "echo '\n[Reminder] Run: cargo fmt --all && make lint-fix'"
}
]
}
]
}
}