{ "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "${CLAUDE_PROJECT_DIR}/node_modules/.bin/block-no-verify" } ] } ], "PostToolUse": [ { "matcher": "Edit|Write", "hooks": [ { "type": "command", "command": "npm run l && npm run f" } ] } ] }, "enabledPlugins": { "frontend-design@claude-plugins-official": true, "pr-review-toolkit@claude-plugins-official": true } }