Skip to content

Commit

Permalink
fix: sort alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinraja committed Sep 15, 2021
1 parent 61da432 commit c7697a9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/config/presets/internal/group.ts
Expand Up @@ -102,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 All @@ -121,15 +130,6 @@ const staticGroups = {
},
],
},
codemirror: {
description: 'Group CodeMirror packages together',
packageRules: [
{
groupName: 'CodeMirror',
matchPackagePrefixes: ['@codemirror/'],
},
],
},
fortawesome: {
description: 'Group all packages by Font Awesome together',
packageRules: [
Expand Down

0 comments on commit c7697a9

Please sign in to comment.