fixed linting for e2e

pull/1619/head^2
Admin 3 years ago committed by Aniket
parent ef631ccd0c
commit 944a042219
  1. 4
      apps/remix-ide-e2e/src/types/index.d.ts

@ -1,6 +1,6 @@
// Merge custom command types with nightwatch types
import { NightwatchBrowser } from 'nightwatch'
/* eslint-disable no-use-before-define */
import { NightwatchBrowser } from 'nightwatch' // eslint-disable-line @typescript-eslint/no-unused-vars
declare module 'nightwatch' {
export interface NightwatchCustomCommands {

Loading…
Cancel
Save