diff --git a/.claude/settings.json b/.claude/settings.json index d70c927b0..1d6f80891 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -5,43 +5,5 @@ "Bash(git commit:*)", "Bash(git worktree:*)" ] - }, - "hooks": { - "PostToolUse": [ - { - "matcher": "Edit", - "hooks": [ - { - "type": "command", - "command": "bun run typecheck 2>&1 | head -30" - }, - { - "type": "command", - "command": "bun run lint:fix 2>&1 | head -30" - }, - { - "type": "command", - "command": "bun run knip:fix 2>&1 | head -50" - } - ] - }, - { - "matcher": "Write", - "hooks": [ - { - "type": "command", - "command": "bun run typecheck 2>&1 | head -30" - }, - { - "type": "command", - "command": "bun run lint:fix 2>&1 | head -30" - }, - { - "type": "command", - "command": "bun run knip:fix 2>&1 | head -50" - } - ] - } - ] } }