Apply extension-names codemod to monorepo.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -46,6 +46,7 @@ export const sonarQubePlugin = createPlugin({
|
||||
|
||||
export const EntitySonarQubeCard = sonarQubePlugin.provide(
|
||||
createComponentExtension({
|
||||
name: 'EntitySonarQubeCard',
|
||||
component: {
|
||||
lazy: () =>
|
||||
import('./components/SonarQubeCard').then(m => m.SonarQubeCard),
|
||||
|
||||
Reference in New Issue
Block a user