From a768b3e33fad54a40befb1d9dcdc6c6c8a586ae9 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Mon, 6 Jul 2026 09:50:51 +0200 Subject: [PATCH] chore: remove .claude folder --- .claude/settings.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index bc52e7d..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "hooks": { - "PostToolUse": [ - { - "matcher": "Edit|Write", - "hooks": [ - { - "type": "command", - "command": "FILE=$(jq -r '.tool_input.file_path') && npx eslint --fix \"$FILE\" && npx prettier --write \"$FILE\"" - } - ] - } - ] - } -}