cypress-realworld-app
cypress-realworld-app copied to clipboard
Migrate away from deprecated eslint-config-react-app
Issue
- The ESLint configuration eslint-config-react-app belongs to the abandoned and unsupported https://github.com/facebook/create-react-app repo from the package https://github.com/facebook/create-react-app/tree/main/packages/eslint-config-react-app last published in April 2022.
https://github.com/cypress-io/cypress-realworld-app/blob/31b7fa56b1a313505300ad322c2879ad1179e118/package.json#L104
- eslint-config-react-app is not available for ESLint v9 flat config due to
"peerDependencies": { "eslint": "^8.0.0" }, - PR https://github.com/cypress-io/cypress-realworld-app/pull/1381 in July 2023 transitioned this repo from
create-react-appto Vite