Files
beavergram/.claude/settings.json
T
2026-09-09 01:17:12 +02:00

16 lines
268 B
JSON

{
"hooks": {
"PostToolUse": [
{
"hooks": [
{
"command": "cd frontend && bun run fix --skip=correctness/noUnusedImports",
"type": "command"
}
],
"matcher": "Write|Edit"
}
]
}
}