Skip to content

Commit

Permalink
Merge pull request #119 from Erik-Outreach/add-unsafe-to-chain-comman…
Browse files Browse the repository at this point in the history
…d-as-recommended

feat: 'unsafe-to-chain-command' added as recommended rule
  • Loading branch information
BlueWinds committed Jan 23, 2023
2 parents 9f2bf50 + 6acbeeb commit 3be1490
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 3be1490

Please sign in to comment.