diff --git a/lib/config/recommended.js b/lib/config/recommended.js index 1ff0d0f4..a61a2ba7 100644 --- a/lib/config/recommended.js +++ b/lib/config/recommended.js @@ -9,5 +9,6 @@ module.exports = { 'cypress/no-assigning-return-values': 'error', 'cypress/no-unnecessary-waiting': 'error', 'cypress/no-async-tests': 'error', + 'cypress/unsafe-to-chain-command': 'error', }, }