RightCapitalHQ / frontend-style-guide

RightCapital's frontend style guide.
MIT License
7 stars 0 forks source link

Consider switching `eslint-plugin-react` to `eslint-react` #156

Closed liby closed 3 months ago

liby commented 3 months ago

Summary

I noticed that eslint-plugin-react does not seem to work with ESLint v9.

I see that some popular projects in the community have switched to eslint-react, and I am prepared to submit a PR for this. Please note that eslint-react is not a fork of eslint-plugin-react.

Reference