Disable annoying cypress lint warning

This commit is contained in:
Ariana Ivan
2024-06-15 14:01:34 -07:00
parent 5e328f18a3
commit af866df56a

View File

@@ -4,4 +4,7 @@ module.exports = {
},
extends: ['plugin:cypress/recommended'],
plugins: ['cypress'],
rules: {
'cypress/unsafe-to-chain-command': 0,
},
}