Skip to content

Commit

Permalink
Fixed typo in index
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Jan 17, 2023
1 parent 590495f commit 8eaa24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-pf-codemods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const rules = {
"spinner-svg-default": require('./lib/rules/v5/spinner-svg-default'),
"tableComposable-remove-hasSelectableRowCaption": require('./lib/rules/v5/tableComposable-remove-hasSelectableRowCaption'),
"tabs-rename-hasBorderBottom": require('./lib/rules/v5/tabs-rename-hasBorderBottom'),
"tabs-remove-hasSecondaryBorderBottom": require('./lib/rules/v5/tabs-rename-hasSecondaryBorderBottom'),
"tabs-remove-hasSecondaryBorderBottom": require('./lib/rules/v5/tabs-remove-hasSecondaryBorderBottom'),
"toggle-remove-isPrimary": require('./lib/rules/v5/toggle-remove-isPrimary'),
"toolbar-remove-visiblity": require('./lib/rules/v5/toolbar-remove-visiblity'),
"tooltip-remove-props": require('./lib/rules/v5/tooltip-remove-props'),
Expand Down

0 comments on commit 8eaa24a

Please sign in to comment.