Skip to content

Commit

Permalink
Move on more topline lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
elliothershberg committed Mar 19, 2021
1 parent cd17d45 commit 090942b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/rpc/ElectronRpcDriver.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-await-in-loop,@typescript-eslint/no-explicit-any */
/* eslint-disable no-await-in-loop */
import shortid from 'shortid'
import BaseRpcDriver from './BaseRpcDriver'
import PluginManager from '../PluginManager'
Expand All @@ -13,6 +13,7 @@ declare global {
}
}
const { electronBetterIpc = {}, electron } =
// eslint-disable-next-line @typescript-eslint/no-explicit-any
typeof window !== 'undefined' ? window : ({} as any)

async function wait(ms: number) {
Expand Down

0 comments on commit 090942b

Please sign in to comment.