File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
packages/eslint-plugin-pf-codemods/src/rules
v6/toolbarRenameChipProps Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 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" ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const renames = {
2424 ToolbarLabelGroupContent : {
2525 chipGroupContentRef : "labelGroupContentRef" ,
2626 customChipGroupContent : "customLabelGroupContent" ,
27- }
27+ } ,
2828 ToolbarToggleGroup : {
2929 chipContainerRef : "labelContainerRef" ,
3030 } ,
You can’t perform that action at this time.
0 commit comments