Add the extension-names codemod.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -25,4 +25,9 @@ export const codemods: Codemod[] = [
|
||||
description:
|
||||
'Updates @backstage/core imports to use @backstage/core-* imports instead.',
|
||||
},
|
||||
{
|
||||
name: 'extension-names',
|
||||
description:
|
||||
'Adds a "name" property to all core extensions provided by plugins.',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user