Skip to content

Commit

Permalink
feat: add atlaskit package preset and group (#31872)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy authored Oct 9, 2024
1 parent 55d8afa commit f386f7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ const staticGroups = {
},
],
},
atlaskit: {
description: 'Group all Atlassian `@atlaskit` packages together.',
packageRules: [
{
extends: ['packages:atlaskit'],
groupName: 'Atlassian Atlaskit packages',
},
],
},
codemirror: {
description: 'Group CodeMirror packages together.',
packageRules: [
Expand Down
4 changes: 4 additions & 0 deletions lib/config/presets/internal/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export const presets: Record<string, Preset> = {
description: 'All packages published by Apollo GraphQL.',
matchSourceUrls: ['https://github.com/apollographql/**'],
},
atlaskit: {
description: 'All @atlaskit packages published by Atlassian.',
matchPackageNames: ['@atlaskit/**'],
},
emberTemplateLint: {
description: 'All ember-template-lint packages.',
matchPackageNames: ['ember-template-lint**'],
Expand Down

0 comments on commit f386f7e

Please sign in to comment.