mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-17 13:48:43 -04:00
34 lines
635 B
JSON
34 lines
635 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"afterFileEdit": [
|
|
{
|
|
"command": ".codex/hooks/format.sh",
|
|
"timeout": 10
|
|
},
|
|
{
|
|
"command": ".codex/hooks/yarn-install.sh",
|
|
"timeout": 120
|
|
},
|
|
{
|
|
"command": ".codex/hooks/react-pattern-review.sh",
|
|
"timeout": 10
|
|
}
|
|
],
|
|
"stop": [
|
|
{
|
|
"command": ".codex/hooks/sync-git-branches.sh",
|
|
"timeout": 60
|
|
},
|
|
{
|
|
"command": ".codex/hooks/react-pattern-review.sh",
|
|
"timeout": 10
|
|
},
|
|
{
|
|
"command": ".codex/hooks/verify.sh",
|
|
"timeout": 60
|
|
}
|
|
]
|
|
}
|
|
}
|