Skip to content

Commit

Permalink
docs: eslint-plugin-dev readme add eslint 8+ unsupported (#29346)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Apr 17, 2024
1 parent ede4a6f commit b50ddd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions npm/eslint-plugin-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ npm install --save-dev @cypress/eslint-plugin-dev

## Usage

> ⚠️ Currently does **not** support ESLint version 8+
1) install the following `devDependencies`:
```sh
@cypress/eslint-plugin-dev
Expand Down

5 comments on commit b50ddd6

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b50ddd6 Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.7.4/linux-x64/develop-b50ddd6e3fbe1d43be1139a32af7b4f3c784744d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b50ddd6 Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.7.4/linux-arm64/develop-b50ddd6e3fbe1d43be1139a32af7b4f3c784744d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b50ddd6 Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.7.4/darwin-arm64/develop-b50ddd6e3fbe1d43be1139a32af7b4f3c784744d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b50ddd6 Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.7.4/darwin-x64/develop-b50ddd6e3fbe1d43be1139a32af7b4f3c784744d/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b50ddd6 Apr 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.7.4/win32-x64/develop-b50ddd6e3fbe1d43be1139a32af7b4f3c784744d/cypress.tgz

Please sign in to comment.