Skip to content

Commit 29482e3

Browse files
authored
chore: add @Sheraff to maintainers (#910)
1 parent 9c33e66 commit 29482e3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/libraries/maintainers.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,19 @@ export const allMaintainers: Maintainer[] = [
504504
},
505505
workshopsAvailable: false,
506506
},
507+
{
508+
name: 'Florian Pellet',
509+
avatar: 'https://github.com/sheraff.png',
510+
github: 'sheraff',
511+
maintainerOf: ['start', 'router'],
512+
frameworkExpertise: ['react'],
513+
specialties: ['Performance'],
514+
social: {
515+
twitter: 'https://x.com/chaponflo',
516+
bluesky: 'https://bsky.app/profile/sheraff.bsky.social',
517+
website: 'https://florianpellet.com',
518+
},
519+
},
507520
]
508521

509522
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)