Upgrade eslint-plugin-react to latest version
robertrossmann opened this issue · 1 comments
There are 9 new rules and many new options for existing rules in the latest 7.7.0 release, not to mention tons of bug fixes. This ruleset currently uses 7.4.0.
We need to go through the new rules and decide whether or not we want to use them and add them here. Also, we should check if any of those new options are relevant/wanted here, too.
As I do not work with React I would appreciate any help from the @strvcom/frontend team on this! 🙏 Ping me if you are interested and I can provide further details. Thanks for help!
I have upgraded the ruleset myself, to the best of my ability/knowledge. It will be available as 9.0.0 soon.
@strvcom/frontend my hopes are that once you upgrade the ruleset, you will experience a bunch of lint errors/warnings and instead of immediately disabling any offending rules in your project config you will send me a pull request updating the rules to match the accepted best practice in the React ecosystem. 🙏