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.
1 parent f75703e commit 732f7d7Copy full SHA for 732f7d7
cypress/.eslintrc.js
@@ -4,4 +4,7 @@ module.exports = {
4
},
5
extends: ['plugin:cypress/recommended'],
6
plugins: ['cypress'],
7
+ rules: {
8
+ 'cypress/unsafe-to-chain-command': 0,
9
+ },
10
}
0 commit comments