@@ -263,6 +263,7 @@ import { convertReactA11yLang } from "./ruleConverters/react-a11y-lang";
263263import { convertReactA11yProps } from "./ruleConverters/react-a11y-props" ;
264264import { convertReactA11yRole } from "./ruleConverters/react-a11y-role" ;
265265import { convertReactA11yRoleHasRequiredAriaProps } from "./ruleConverters/react-a11y-role-has-required-aria-props" ;
266+ import { convertReactA11yRoleSupportsAriaProps } from "./ruleConverters/react-a11y-role-supports-aria-props" ;
266267import { convertReactA11yTabIndexNoPositive } from "./ruleConverters/react-a11y-tabindex-no-positive" ;
267268import { convertReactNoDangerousHtml } from "./ruleConverters/react-no-dangerous-html" ;
268269import { convertReactTsxCurlySpacing } from "./ruleConverters/react-tsx-curly-spacing" ;
@@ -508,6 +509,7 @@ export const ruleConverters = new Map([
508509 [ "react-a11y-lang" , convertReactA11yLang ] ,
509510 [ "react-a11y-props" , convertReactA11yProps ] ,
510511 [ "react-a11y-role-has-required-aria-props" , convertReactA11yRoleHasRequiredAriaProps ] ,
512+ [ "react-a11y-role-supports-aria-props" , convertReactA11yRoleSupportsAriaProps ] ,
511513 [ "react-a11y-role" , convertReactA11yRole ] ,
512514 [ "react-a11y-tabindex-no-positive" , convertReactA11yTabIndexNoPositive ] ,
513515 [ "react-no-dangerous-html" , convertReactNoDangerousHtml ] ,
0 commit comments