facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.81k stars 26.87k forks source link

Split off eslint-config-react-app from the rest of this project #13525

Closed devuxer closed 9 months ago

devuxer commented 9 months ago

Is your proposal related to a problem?

Many of us are using Vite now that CRA is no longer maintained (not to mention Vite's awesomeness), but eslint-config-react-app still seems to be the only library of its kind and is still useful. The problem is, it has been abandoned along with the rest of CRA, and as a result, it targets an two-year-old version of ESLint. So, if we want to use eslint-config-react-app, we cannot use the latest version of ESLint (or if we can, it requires NPM expertise I do not possess).

Describe the solution you'd like

I'd like there to be an official fork of eslint-config-react-app backed by Facebook that gets kept up to date.

Describe alternatives you've considered

I searched for alternatives and was not able to find one. All the guides on using React with Vite suggest installing eslint-config-react-app.

devuxer commented 9 months ago

I think maybe all I need is eslint-plugin-react, so I will close this.