Skip to content

Commit 2fd4d9d

Browse files
authored
feat(query): add Eliya Cohen with eslint plugin expertise (#432)
1 parent 1e666ff commit 2fd4d9d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/libraries/maintainers.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,14 @@ export const allMaintainers: Maintainer[] = [
329329
frameworkExpertise: ['vue'],
330330
specialties: [],
331331
},
332+
{
333+
name: 'Eliya Cohen',
334+
avatar: 'https://github.com/Newbie012.png',
335+
github: 'Newbie012',
336+
maintainerOf: ['query'],
337+
frameworkExpertise: [],
338+
specialties: ['eslint plugin'],
339+
},
332340
]
333341

334342
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)