Files
frontend-svelte/template/.claude/settings.json
T
2026-09-08 19:15:15 +02:00

16 lines
268 B
JSON

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