Skip to content

Commit da66669

Browse files
author
Eric Olkowski
committed
Fixed build error
1 parent b4009d2 commit da66669

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
export * from './findAncestor';
2-
export * from './helpers';
3-
export * from './getFromPackage';
4-
export * from './getText';
5-
export * from './includesImport';
6-
export * from './JSXAttributes';
7-
export * from './JSXElements';
8-
export * from './pfPackageMatches';
9-
export * from './renameProps';
10-
export * from './renamePropsOnNode';
11-
export * from './getImportDeclaration';
1+
export * from "./findAncestor";
2+
export * from "./helpers";
3+
export * from "./getFromPackage";
4+
export * from "./getText";
5+
export * from "./includesImport";
6+
export * from "./JSXAttributes";
7+
export * from "./JSXElements";
8+
export * from "./pfPackageMatches";
9+
export * from "./renameProps";
10+
export * from "./getImportDeclaration";

packages/eslint-plugin-pf-codemods/src/rules/v6/toolbarRenameChipProps/toolbar-rename-chip-props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const renames = {
2424
ToolbarLabelGroupContent: {
2525
chipGroupContentRef: "labelGroupContentRef",
2626
customChipGroupContent: "customLabelGroupContent",
27-
}
27+
},
2828
ToolbarToggleGroup: {
2929
chipContainerRef: "labelContainerRef",
3030
},

0 commit comments

Comments
 (0)