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\"" - } - ] - } - ] - } -}