Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(preset): add codemirror group (#11721)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
3 people committed Sep 16, 2021
1 parent 6ea8670 commit f291635
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/config/presets/internal/group.ts
Expand Up @@ -50,6 +50,7 @@ const staticGroups = {
extends: [
'group:nodeJs',
'group:allApollographql',
'group:codemirror',
'group:fortawesome',
'group:fusionjs',
'group:glimmer',
Expand Down Expand Up @@ -101,6 +102,15 @@ const staticGroups = {
},
],
},
codemirror: {
description: 'Group CodeMirror packages together',
packageRules: [
{
groupName: 'CodeMirror',
matchPackagePrefixes: ['@codemirror/'],
},
],
},
definitelyTyped: {
description: 'Group all @types packages together',
packageRules: [
Expand Down

0 comments on commit f291635

Please sign in to comment.