You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// JSX A11y - This plugin is being extended because there's an extensive amount of custom options automatically configured. - https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
604
+
...jsxA11yPlugin.flatConfigs.recommended.rules,
605
+
},
606
+
},
595
607
{
596
608
settings: {
597
609
react: {
@@ -604,8 +616,6 @@ export default [
604
616
"jsx-a11y": jsxA11yPlugin,
605
617
},
606
618
rules: {
607
-
// JSX A11y - This plugin is being extended because there's an extensive amount of custom options automatically configured. - https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
0 commit comments