{
  "permissions": {
    "allow": [
      "Bash(npx tsc)",
      "Bash(npm run build:*)",
      "Bash(npm i)",
      "Bash(npm link:*)",
      "Bash(npm i:*)",
      "Bash(npm install)",
      "Bash(npm run test:update:*)",
      "Bash(npm uninstall:*)",
      "Bash(npm test:*)",
      "Bash(bash -c 'cd /Users/luismeyer/repos/balar-linter/example && npm i && npm link balar')",
      "Bash(npx prettier --write .)",
      "Bash(cat:*)",
      "Bash(npx tsc --version)",
      "Bash(awk:*)",
      "Bash(npx tsc:*)",
      "Bash(npx prettier:*)",
      "Bash(npm run test:update:dry-run:*)",
      "Bash(examples/rule-1-must-be-in-context/fail-outside-context.ts)"
    ],
    "deny": [],
    "ask": []
  }
}
