mirror of
https://github.com/maputnik/editor.git
synced 2026-06-09 16:57:26 +00:00
tell eslint to shut up
This commit is contained in:
@@ -23,6 +23,7 @@ import { mount } from 'cypress/react'
|
|||||||
// Alternatively, can be defined in cypress/support/component.d.ts
|
// Alternatively, can be defined in cypress/support/component.d.ts
|
||||||
// with a <reference path="./component" /> at the top of your spec.
|
// with a <reference path="./component" /> at the top of your spec.
|
||||||
declare global {
|
declare global {
|
||||||
|
/* eslint-disable @typescript-eslint/no-namespace */
|
||||||
namespace Cypress {
|
namespace Cypress {
|
||||||
interface Chainable {
|
interface Chainable {
|
||||||
mount: typeof mount
|
mount: typeof mount
|
||||||
|
|||||||
Reference in New Issue
Block a user