stack/.cursor/hooks.json
Konstantin Wohlwend 0197b4bced Add Cursor hooks
2025-12-03 17:05:41 -08:00

17 lines
205 B
JSON

{
"version": 1,
"hooks": {
"afterFileEdit": [
{
"command": "./hooks/lint-file.sh"
}
],
"stop": [
{
"command": "./hooks/stop-check.sh"
}
]
}
}