diff --git a/cypress/.eslintrc.js b/cypress/.eslintrc.js index a0577933..91c898c6 100644 --- a/cypress/.eslintrc.js +++ b/cypress/.eslintrc.js @@ -4,4 +4,7 @@ module.exports = { }, extends: ['plugin:cypress/recommended'], plugins: ['cypress'], + rules: { + 'cypress/unsafe-to-chain-command': 0, + }, } diff --git a/package.json b/package.json index fe9ceecb..38640c85 100644 --- a/package.json +++ b/package.json @@ -124,5 +124,6 @@ "style": "module", "parser": "typescript" } - } + }, + "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" }