We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46be0d7 + 983d5a7 commit 10ae6eeCopy full SHA for 10ae6ee
eslint.config.mjs
@@ -3,7 +3,7 @@ import globals from "globals";
3
import js from "@eslint/js";
4
import pluginReact from "eslint-plugin-react";
5
import security from "eslint-plugin-security";
6
-import cypress from "eslint-plugin-cypress";
+import pluginCypress from "eslint-plugin-cypress";
7
import path from "node:path";
8
import { fileURLToPath } from "node:url";
9
import { FlatCompat } from "@eslint/eslintrc";
@@ -28,7 +28,7 @@ export default defineConfig([
28
plugins: {
29
js,
30
security,
31
- cypress,
+ pluginCypress,
32
},
33
languageOptions: {
34
globals: {
0 commit comments