Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Aug 12, 2020
1 parent 2e780e0 commit 6b7eba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/monaco-editor/src/configureEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface IMonacoConfig {
crossDomain?: boolean;
}

// eslint-disable-next-line no-restricted-globals
const globalObj = (typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : {}) as Window & {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
MonacoEnvironment?: any;
Expand Down

0 comments on commit 6b7eba8

Please sign in to comment.