/ .claude / settings.local.json
settings.local.json
 1  {
 2    "permissions": {
 3      "allow": [
 4        "Bash(grep:*)",
 5        "Bash(npm run lint)",
 6        "Bash(npx tsc:*)",
 7        "Bash(rg:*)",
 8        "Bash(bun run lint:*)",
 9        "Bash(bun run format:write:*)",
10        "Bash(bun run:*)"
11      ]
12    },
13    "enableAllProjectMcpServers": false
14  }