We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d259eed commit d1d35f9Copy full SHA for d1d35f9
packages/eslint-plugin-pf-codemods/src/ruleCustomization.ts
@@ -1,5 +1,6 @@
1
// if you want your rule to only run when explicitly called for using the --only flag, add the rule name to the below array
2
export const betaRuleNames: string[] = [
3
+ "formGroup-rename-labelIcon",
4
"menuItemAction-warn-update-markup",
5
"menuToggle-warn-iconOnly-toggle",
6
];
0 commit comments