From af866df56a2128c9d0ba6973d923d4d25459f102 Mon Sep 17 00:00:00 2001 From: Ariana Ivan Date: Sat, 15 Jun 2024 14:01:34 -0700 Subject: [PATCH 1/2] Disable annoying cypress lint warning --- cypress/.eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) 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, + }, } From ef0e67a6e548a97676c9fea2ba65a41289445ba6 Mon Sep 17 00:00:00 2001 From: Ariana Ivan Date: Sat, 15 Jun 2024 14:04:29 -0700 Subject: [PATCH 2/2] annoying new package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 951d8c34..33f8860d 100644 --- a/package.json +++ b/package.json @@ -123,5 +123,6 @@ "style": "module", "parser": "typescript" } - } + }, + "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" }