Skip to content

Commit

Permalink
[BUMP] Update dependency eslint to v9 (e2e)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Jan 10, 2025
2 parents d4402b1 + 464130a commit d49dcf0
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 350 deletions.
19 changes: 0 additions & 19 deletions high-level-tests/e2e/.eslintrc.cjs

This file was deleted.

File renamed without changes.
17 changes: 17 additions & 0 deletions high-level-tests/e2e/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import pluginCypress from "eslint-plugin-cypress/flat";

export default [
{
ignores: ["**/*.cjs"],
...pluginCypress.configs.recommended,
},
{
ignores: ["**/*.cjs"],
...pluginCypress.configs.globals,
},
{
rules: {
"no-unused-vars": [2, { argsIgnorePattern: "_" }],
},
},
];
Loading

0 comments on commit d49dcf0

Please sign in to comment.