From 7738e3ee48e015130c429dc7e40e00d2a975fab5 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sun, 5 Sep 2021 16:41:01 +0530 Subject: [PATCH] remove eslint ignors --- cypress/integration/actions.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/integration/actions.spec.ts b/cypress/integration/actions.spec.ts index 4e73d05a..fd5761fc 100644 --- a/cypress/integration/actions.spec.ts +++ b/cypress/integration/actions.spec.ts @@ -1,5 +1,4 @@ describe('Check actions', () => { - // eslint-disable-next-line mocha/no-hooks-for-single-case beforeEach(() => { cy.clearLocalStorage(); cy.visit('/edit');