.claude/settings.json

{
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Edit|Write",
        "hooks": [
          {
            "type": "command",
            "command": "pwsh -NoProfile -File .claude/hooks/no-backticks.ps1"
          },
          {
            "type": "command",
            "command": "pwsh -NoProfile -File .claude/hooks/no-bool-attributes.ps1"
          },
          {
            "type": "command",
            "command": "pwsh -NoProfile -File .claude/hooks/no-new-syntax.ps1"
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "matcher": "Edit|Write",
        "hooks": [
          {
            "type": "command",
            "command": "pwsh -NoProfile -File .claude/hooks/check-hashtable-alignment.ps1"
          }
        ]
      }
    ]
  }
}