Skip to content

Commit d1d35f9

Browse files
committed
feat(FormGroup): add rule to Beta rules before React PR is merged
1 parent d259eed commit d1d35f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-plugin-pf-codemods/src/ruleCustomization.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// if you want your rule to only run when explicitly called for using the --only flag, add the rule name to the below array
22
export const betaRuleNames: string[] = [
3+
"formGroup-rename-labelIcon",
34
"menuItemAction-warn-update-markup",
45
"menuToggle-warn-iconOnly-toggle",
56
];

0 commit comments

Comments
 (0)