Skip to content

Commit 10ae6ee

Browse files
authored
Merge pull request #900 from ccnmtl/dependabot/npm_and_yarn/eslint-plugin-cypress-5.1.0
Bump eslint-plugin-cypress from 4.3.0 to 5.1.0
2 parents 46be0d7 + 983d5a7 commit 10ae6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import globals from "globals";
33
import js from "@eslint/js";
44
import pluginReact from "eslint-plugin-react";
55
import security from "eslint-plugin-security";
6-
import cypress from "eslint-plugin-cypress";
6+
import pluginCypress from "eslint-plugin-cypress";
77
import path from "node:path";
88
import { fileURLToPath } from "node:url";
99
import { FlatCompat } from "@eslint/eslintrc";
@@ -28,7 +28,7 @@ export default defineConfig([
2828
plugins: {
2929
js,
3030
security,
31-
cypress,
31+
pluginCypress,
3232
},
3333
languageOptions: {
3434
globals: {

0 commit comments

Comments
 (0)