Skip to content

Commit 101bead

Browse files
Boshenclaude
andcommitted
feat: add Connor Shea and Brad Zacher to team page
Add Connor Shea as a core team member and Brad Zacher as a consultant from typescript-eslint. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e14613f commit 101bead

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.vitepress/theme/constants/team.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,17 @@ export const CORE_MEMBERS: TeamMember[] = [
100100
avatar: "https://www.github.com/Sysix.png",
101101
links: [{ icon: "github", link: "https://github.com/Sysix" }],
102102
},
103+
{
104+
id: "connorshea",
105+
type: "core",
106+
name: "Connor Shea",
107+
title: "Member",
108+
avatar: "https://www.github.com/connorshea.png",
109+
links: [
110+
{ icon: "github", link: "https://github.com/connorshea" },
111+
{ icon: "bluesky", link: "https://bsky.app/profile/connorshea.bsky.social" },
112+
],
113+
},
103114
{
104115
id: "mysteryven",
105116
type: "emeriti",
@@ -166,6 +177,20 @@ export const CORE_MEMBERS: TeamMember[] = [
166177
orgLink: "https://github.com/typescript-eslint",
167178
links: [{ icon: "github", link: "https://github.com/auvred" }],
168179
},
180+
{
181+
id: "bradzacher",
182+
type: "consultant",
183+
name: "Brad Zacher",
184+
title: "Maintainer",
185+
avatar: "https://www.github.com/bradzacher.png",
186+
org: "typescript-eslint",
187+
orgLink: "https://github.com/typescript-eslint",
188+
links: [
189+
{ icon: "github", link: "https://github.com/bradzacher" },
190+
{ icon: "x", link: "https://x.com/bradzacher" },
191+
{ icon: "bluesky", link: "https://bsky.app/profile/brad.zacher.com.au" },
192+
],
193+
},
169194
];
170195

171196
export const CORE_TEAM_MEMBERS = CORE_MEMBERS.filter(

0 commit comments

Comments
 (0)