aboutsummaryrefslogtreecommitdiffstats
path: root/.claude/settings.json
blob: 6ab93eb0934951e7c999841aebb95f471b23f535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "permissions": {
    "allow": [
      "Bash(pnpm typecheck:*)",
      "Bash(pnpm --filter * typecheck:*)",
      "Bash(pnpm lint:*)",
      "Bash(pnpm --filter * lint:*)",
      "Bash(pnpm format:*)",
      "Bash(pnpm --filter * format:*)",
      "Bash(pnpm test:*)",
      "Bash(pnpm --filter * test:*)",
    ],
    "deny": []
  }
}