From b6f2c1c98fa97064c1007026cff8cefbfa711277 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Fri, 5 May 2023 14:55:55 -0400 Subject: [PATCH] chore(ExpandableSection): Remove from beta list --- packages/eslint-plugin-pf-codemods/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/eslint-plugin-pf-codemods/index.js b/packages/eslint-plugin-pf-codemods/index.js index e30319252..63420d897 100644 --- a/packages/eslint-plugin-pf-codemods/index.js +++ b/packages/eslint-plugin-pf-codemods/index.js @@ -1,6 +1,5 @@ // if you want your rule to only run when explicitly called for using the --only flag, add the rule name to the below array const betaRuleNames = [ - "expandableSection-onToggle-event-added", "fileUploadField-cb-param-updates", "popover-swap-shouldClose-shouldOpen-params", "radio-update-onChange-params",