From dad777f6e46a194389d12a6e6f5b050b6ff09573 Mon Sep 17 00:00:00 2001 From: Madhura68 Date: Thu, 30 Apr 2026 16:54:06 +0200 Subject: [PATCH] chore: allow grep -E pattern in settings.local.json Co-Authored-By: Claude Sonnet 4.6 --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 6eb458c..dd2c1d5 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -54,7 +54,8 @@ "mcp__scrum4me__wait_for_job", "Bash(npx ctx7@latest docs /websites/github_en_rest \"How to fetch Copilot bot pull request reviews and identify them by author\")", "Bash(npm i *)", - "Bash(curl *)" + "Bash(curl *)", + "Bash(grep -E \"\\\\.\\(tsx|ts\\)$\")" ] } }