From f292ba8921cedbc351bc14c07ba96de9aef0bbda Mon Sep 17 00:00:00 2001 From: Ev Haus <ev@haus.gg> Date: Fri, 7 Oct 2022 09:33:41 -0700 Subject: [PATCH] feat(presets): Add `eslint-config-globex` monorepo (#18169) Co-authored-by: Jamie Magee <jamie.magee@gmail.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- lib/config/presets/internal/monorepo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index a3375b55c1..1d46e5faa2 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -78,6 +78,8 @@ const repoGroups = { 'ember-decorators': 'https://github.com/ember-decorators/ember-decorators', emojibase: 'https://github.com/milesj/emojibase', emotion: 'https://github.com/emotion-js/emotion', + 'eslint-config-globex': + 'https://github.com/GlobexDesignsInc/eslint-config-globex', expo: 'https://github.com/expo/expo', feathers: 'https://github.com/feathersjs/feathers', feign: 'https://github.com/OpenFeign/feign', -- GitLab