| 123456789101112131415161718 |
- {
- "permissions": {
- "allow": [
- "Bash(grep:*)",
- "Bash(pnpm list:*)",
- "Bash(pnpm test:*)",
- "Bash(sed:*)",
- "Bash(pnpm run lint)",
- "Bash(find:*)",
- "Bash(npm run test:*)",
- "Bash(npx vitest:*)",
- "Bash(pnpm run lint:*)",
- "Bash(npx eslint:*)"
- ],
- "deny": [],
- "ask": []
- }
- }
|