Ala - P
Ala - P
Hi, I'm listing all the problematic rules that I faced when migrated to eslint 9 with the eslint-plugin-react: react/no-string-refs react/display-name react/no-direct-mutation-state react/require-render-return react/jsx-no-undef react/jsx-uses-vars react/no-typos react/no-array-index-key react/prefer-stateless-function react/no-access-state-in-setstate react/jsx-fragments react/jsx-max-depth...
> Importing default configs (import-x/recommended + import-x/typescript) breaks with below error message:  > > But I have managed to configure the plugin and all rules manually. > > My...