chore: allow grep -E pattern in settings.local.json

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-30 16:54:06 +02:00
parent 353f21d69a
commit dad777f6e4

View file

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