Skip to content

Commit

Permalink
Disable annoying cypress lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arianabuilds committed Jun 15, 2024
1 parent f75703e commit 732f7d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ module.exports = {
},
extends: ['plugin:cypress/recommended'],
plugins: ['cypress'],
rules: {
'cypress/unsafe-to-chain-command': 0,
},
}

0 comments on commit 732f7d7

Please sign in to comment.