Skip to content

Commit 1f211b0

Browse files
committed
chore: add jest and cypress globals
1 parent d4bd45a commit 1f211b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"root": true,
33
"parser": "@typescript-eslint/parser",
4-
"plugins": ["@typescript-eslint"],
4+
"plugins": ["@typescript-eslint", "cypress"],
55
"extends": [
66
"plugin:prettier/recommended",
77
"airbnb-typescript",
88
"prettier",
99
"prettier/@typescript-eslint",
1010
"prettier/react"
1111
],
12+
"env": {
13+
"jest": true,
14+
"cypress/globals": true
15+
},
1216
"rules": {
1317
// Make prettier code formatting suggestions more verbose.
1418
"prettier/prettier": ["warn"],

0 commit comments

Comments
 (0)