From b8b1c1a7c42cd2c33cf3147e29cb606324e65689 Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Wed, 3 Nov 2021 08:41:07 -0400 Subject: [PATCH] cypress: update .eslintrc rename loleaflet -> browser Change-Id: I56f0d506c65dbb095a4259b0d262e2de45e286dd Signed-off-by: Henry Castro --- cypress_test/.eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress_test/.eslintrc b/cypress_test/.eslintrc index 2a4452399c..b03e44acb7 100644 --- a/cypress_test/.eslintrc +++ b/cypress_test/.eslintrc @@ -1,5 +1,5 @@ { - "extends": "../loleaflet/.eslintrc", + "extends": "../browser/.eslintrc", "plugins": ["cypress-rules"], "rules": { "cypress-rules/no-get-contains-chain": 2,