Files
beavergram/.claude/settings.json
T
2026-05-28 21:59:44 +02:00

16 lines
249 B
JSON

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