2
0
Pārlūkot izejas kodu

🔧 chore(claude): update allowed commands in settings

- add "Bash(npx prettier:*)" to allowed commands list for code formatting operations
yourname 2 mēneši atpakaļ
vecāks
revīzija
75aba44d8a
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      .claude/settings.local.json

+ 2 - 1
.claude/settings.local.json

@@ -9,7 +9,8 @@
       "Bash(npm run build)",
       "Bash(npm test:*)",
       "Bash(npx vitest:*)",
-      "Bash(npm run typecheck:*)"
+      "Bash(npm run typecheck:*)",
+      "Bash(npx prettier:*)"
     ],
     "deny": [],
     "ask": []