mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 22:04:44 +00:00
16 lines
264 B
JSON
16 lines
264 B
JSON
{
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Edit|Write",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "echo '\n[Reminder] Run: cargo fmt --all && make lint-fix'"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|