We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e666ff commit 2fd4d9dCopy full SHA for 2fd4d9d
1 file changed
src/libraries/maintainers.ts
@@ -329,6 +329,14 @@ export const allMaintainers: Maintainer[] = [
329
frameworkExpertise: ['vue'],
330
specialties: [],
331
},
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
+ },
340
]
341
342
export const coreMaintainers = allMaintainers.filter(
0 commit comments