From a495055ca2dda2074fa1dc62db39e91a31a28ea8 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Sat, 5 Jul 2025 12:21:30 +0200 Subject: [PATCH] tell eslint to shut up --- cypress/support/component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/support/component.ts b/cypress/support/component.ts index e1621ac9..b2c275d6 100644 --- a/cypress/support/component.ts +++ b/cypress/support/component.ts @@ -23,6 +23,7 @@ import { mount } from 'cypress/react' // Alternatively, can be defined in cypress/support/component.d.ts // with a at the top of your spec. declare global { + /* eslint-disable @typescript-eslint/no-namespace */ namespace Cypress { interface Chainable { mount: typeof mount