Skip to content

Instantly share code, notes, and snippets.

@toy-crane
Created July 16, 2025 03:09
Show Gist options
  • Save toy-crane/9362494a34b202d94ef7a45b20ba236c to your computer and use it in GitHub Desktop.
Save toy-crane/9362494a34b202d94ef7a45b20ba236c to your computer and use it in GitHub Desktop.
{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "yarn format"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment