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 9f2bf50 + 6acbeeb commit 3be1490Copy full SHA for 3be1490
lib/config/recommended.js
@@ -9,5 +9,6 @@ module.exports = {
9
'cypress/no-assigning-return-values': 'error',
10
'cypress/no-unnecessary-waiting': 'error',
11
'cypress/no-async-tests': 'error',
12
+ 'cypress/unsafe-to-chain-command': 'error',
13
},
14
}
0 commit comments