Skip to content

Commit

Permalink
breaking: the supported eslint version is 8 for @cypress/eslint-plugi…
Browse files Browse the repository at this point in the history
…n-dev.

BREAKING CHANGE: The supported eslint version is 8.  @see f14a11a for breaking changes to the plugin.
  • Loading branch information
AtofStryker committed May 6, 2024
1 parent d1b59a4 commit 3b799a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions npm/eslint-plugin-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ eslint-plugin-json-format
@typescript-eslint/parser
@typescript-eslint/eslint-plugin
eslint-plugin-mocha
eslint-plugin-import

# if you have react/jsx files
eslint-plugin-react
Expand Down Expand Up @@ -94,6 +95,7 @@ _Should usually be used at the root of the package._

**requires you to install the following `devDependencies`**:
```sh
eslint-plugin-import
eslint-plugin-json-format
@typescript-eslint/parser
@typescript-eslint/eslint-plugin
Expand Down Expand Up @@ -178,11 +180,7 @@ After installing, add the following to your User or Workspace (`.vscode/settings
{
"language": "json",
"autoFix": true
},
{
"language": "coffeescript",
"autoFix": false
},
}
],
}
```
Expand Down

5 comments on commit 3b799a1

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3b799a1 May 6, 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.9.0/linux-arm64/develop-3b799a158d7af419637d524e811561cd25143c3f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3b799a1 May 6, 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.9.0/linux-x64/develop-3b799a158d7af419637d524e811561cd25143c3f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3b799a1 May 6, 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.9.0/darwin-arm64/develop-3b799a158d7af419637d524e811561cd25143c3f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3b799a1 May 6, 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.9.0/win32-x64/develop-3b799a158d7af419637d524e811561cd25143c3f/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 3b799a1 May 6, 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.9.0/darwin-x64/develop-3b799a158d7af419637d524e811561cd25143c3f/cypress.tgz

Please sign in to comment.