settings.local.json 577 B

1234567891011121314151617181920212223242526
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(grep:*)",
  5. "Bash(pnpm list:*)",
  6. "Bash(pnpm test:*)",
  7. "Bash(sed:*)",
  8. "Bash(pnpm run lint)",
  9. "Bash(find:*)",
  10. "Bash(npm run test:*)",
  11. "Bash(npx vitest:*)",
  12. "Bash(pnpm run lint:*)",
  13. "Bash(npx eslint:*)",
  14. "Bash(npm run lint)",
  15. "Bash(npm test)",
  16. "Bash(npm run lint:*)",
  17. "Bash(pnpm run test:*)",
  18. "Bash(npm test:*)",
  19. "Bash(npm run typecheck)",
  20. "Bash(npx playwright test:*)",
  21. "Bash(npm view:*)"
  22. ],
  23. "deny": [],
  24. "ask": []
  25. }
  26. }