@@ -263,6 +263,7 @@ import { convertReactA11yLang } from "./ruleConverters/react-a11y-lang";
263
263
import { convertReactA11yProps } from "./ruleConverters/react-a11y-props" ;
264
264
import { convertReactA11yRole } from "./ruleConverters/react-a11y-role" ;
265
265
import { convertReactA11yRoleHasRequiredAriaProps } from "./ruleConverters/react-a11y-role-has-required-aria-props" ;
266
+ import { convertReactA11yRoleSupportsAriaProps } from "./ruleConverters/react-a11y-role-supports-aria-props" ;
266
267
import { convertReactA11yTabIndexNoPositive } from "./ruleConverters/react-a11y-tabindex-no-positive" ;
267
268
import { convertReactNoDangerousHtml } from "./ruleConverters/react-no-dangerous-html" ;
268
269
import { convertReactTsxCurlySpacing } from "./ruleConverters/react-tsx-curly-spacing" ;
@@ -508,6 +509,7 @@ export const ruleConverters = new Map([
508
509
[ "react-a11y-lang" , convertReactA11yLang ] ,
509
510
[ "react-a11y-props" , convertReactA11yProps ] ,
510
511
[ "react-a11y-role-has-required-aria-props" , convertReactA11yRoleHasRequiredAriaProps ] ,
512
+ [ "react-a11y-role-supports-aria-props" , convertReactA11yRoleSupportsAriaProps ] ,
511
513
[ "react-a11y-role" , convertReactA11yRole ] ,
512
514
[ "react-a11y-tabindex-no-positive" , convertReactA11yTabIndexNoPositive ] ,
513
515
[ "react-no-dangerous-html" , convertReactNoDangerousHtml ] ,
0 commit comments