Add the extension-names codemod.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-10-04 18:53:37 +02:00
parent 01a468aee3
commit 903dbdeb7d
3 changed files with 99 additions and 0 deletions
+5
View File
@@ -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.',
},
];