Skip to content

Commit 2495409

Browse files
committed
fix: remove cypress/global
1 parent 61ae8da commit 2495409

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.eslintrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"root": true,
33
"parser": "@typescript-eslint/parser",
4-
"plugins": ["@typescript-eslint", "cypress"],
4+
"plugins": ["@typescript-eslint"],
55
"extends": [
66
"plugin:prettier/recommended",
77
"airbnb-typescript",
@@ -10,8 +10,7 @@
1010
"prettier/react"
1111
],
1212
"env": {
13-
"jest": true,
14-
"cypress/globals": true
13+
"jest": true
1514
},
1615
"rules": {
1716
// Make prettier code formatting suggestions more verbose.

0 commit comments

Comments
 (0)