From c5abb0a52bb3504545d73b0c9a8961529aed9efd Mon Sep 17 00:00:00 2001 From: Ivan Galiatin Date: Wed, 30 Jul 2025 13:46:43 +0200 Subject: [PATCH] Add settings.json for Claude permissions configuration --- .claude/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..ea2ea80 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "Bash(npm run lint)", + "Bash(npm run typecheck)", + "Bash(npm run test*)" + ], + "deny": [] + } +} \ No newline at end of file