cypress-io / cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.
https://docs.cypress.io
MIT License
5.53k stars 2.24k forks source link

chore: create ESLint v8 .eslintrc.js config #1570

Closed MikeMcC399 closed 2 months ago

MikeMcC399 commented 3 months ago

Issue

The configuration for ESLint is defined in package.json eslintrc format. ESLint JSON configurations, including definitions stored in package.json, are deprecated in ESLint v9.

https://github.com/cypress-io/cypress-realworld-app/blob/147d192bae2c5cd9c3cf5540609f23097f3aa08a/package.json#L196-L212

Change

Verification

yarn
yarn eslint .
cypress-app-bot commented 3 months ago
MikeMcC399 commented 2 months ago

Withdrawn, as this repo is not ready for migration to ESLint 9, therefore there are no immediate advantages to merging this PR.