Skip to content

Commit

Permalink
chore: ignore cypress chaining rule
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 15, 2023
1 parent 8d3872d commit b9a5a40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ module.exports = {
extends: [
'plugin:cypress/recommended',
],
rules: {
'cypress/unsafe-to-chain-command': 'off',
},
},
{
files: ['packages/histoire-vendors/*.d.ts'],
Expand Down

0 comments on commit b9a5a40

Please sign in to comment.