Skip to content

Commit 732f7d7

Browse files
committed
Disable annoying cypress lint warning
1 parent f75703e commit 732f7d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cypress/.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ module.exports = {
44
},
55
extends: ['plugin:cypress/recommended'],
66
plugins: ['cypress'],
7+
rules: {
8+
'cypress/unsafe-to-chain-command': 0,
9+
},
710
}

0 commit comments

Comments
 (0)