| 123456789101112131415161718 |
- {
- "permissions": {
- "allow": [
- "Bash(npm run typecheck)",
- "Bash(npm run lint)",
- "Bash(npm run prettier)",
- "Bash(npx eslint:*)",
- "Bash(npm run test)",
- "Bash(npm run build)",
- "Bash(npm test:*)",
- "Bash(npx vitest:*)",
- "Bash(npm run typecheck:*)",
- "Bash(npx prettier:*)"
- ],
- "deny": [],
- "ask": []
- }
- }
|