Created
July 16, 2025 03:09
-
-
Save toy-crane/9362494a34b202d94ef7a45b20ba236c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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