cypress-realworld-app icon indicating copy to clipboard operation
cypress-realworld-app copied to clipboard

Migrate away from deprecated eslint-config-react-app

Open MikeMcC399 opened this issue 1 year ago • 3 comments

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-app to Vite

MikeMcC399 avatar Sep 20 '24 12:09 MikeMcC399