Skip to content

Commit

Permalink
chore: 'unsafe-to-chain-command' added as recommended rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Outreach committed Dec 28, 2022
1 parent 9f2bf50 commit 6acbeeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
}

0 comments on commit 6acbeeb

Please sign in to comment.