Skip to content

Commit

Permalink
:dependabot: Bump eslint-plugin-cypress from 3.2.0 to 3.3.0 in /src/test/e2e
Browse files Browse the repository at this point in the history
* :dependabot: Bump eslint-plugin-cypress in /src/test/e2e

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* migrate to eslint v9 flat config file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <JKatzwinkel@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored May 29, 2024
1 parent ed04f81 commit 0cce0b3
Show file tree
Hide file tree
Showing 4 changed files with 670 additions and 451 deletions.
12 changes: 0 additions & 12 deletions src/test/e2e/.eslintrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions src/test/e2e/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import pluginCypress from 'eslint-plugin-cypress/flat'

export default [
pluginCypress.configs.recommended,
]
Loading

0 comments on commit 0cce0b3

Please sign in to comment.