2
0

settings.local.json 310 B

12345678910111213141516
  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. ],
  13. "deny": [],
  14. "ask": []
  15. }
  16. }