settings.local.json 375 B

123456789101112131415161718
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(npm run typecheck)",
  5. "Bash(npm run lint)",
  6. "Bash(npm run prettier)",
  7. "Bash(npx eslint:*)",
  8. "Bash(npm run test)",
  9. "Bash(npm run build)",
  10. "Bash(npm test:*)",
  11. "Bash(npx vitest:*)",
  12. "Bash(npm run typecheck:*)",
  13. "Bash(npx prettier:*)"
  14. ],
  15. "deny": [],
  16. "ask": []
  17. }
  18. }