From cb942f77e729f7410e6e6875300e7030f1c3e8f9 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Mon, 29 Dec 2025 22:16:28 +0000 Subject: [PATCH] feat: add permission for bun run lint command in settings --- .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 c50289c25..60df293ea 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -23,7 +23,8 @@ "Bash(npx prisma validate:*)", "Bash(npm run typecheck:*)", "Bash(npm run lint)", - "Bash(npm audit:*)" + "Bash(npm audit:*)", + "Bash(bun run lint)" ] } }