| 12345678910111213141516 |
- {
- "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:*)"
- ],
- "deny": [],
- "ask": []
- }
- }
|