mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
17 lines
205 B
JSON
17 lines
205 B
JSON
{
|
|
"version": 1,
|
|
"hooks": {
|
|
"afterFileEdit": [
|
|
{
|
|
"command": "./hooks/lint-file.sh"
|
|
}
|
|
],
|
|
"stop": [
|
|
{
|
|
"command": "./hooks/stop-check.sh"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|