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.
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.