settings.local.json 342 B

123456789101112131415161718
  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. ],
  15. "deny": [],
  16. "ask": []
  17. }
  18. }