Skip to content

Commit

Permalink
Disabling warning regarding console reassign
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro committed Mar 16, 2022
1 parent fb2e468 commit 78c793f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ const proxiedConsole = new Proxy(window.console, {
})

window.console = Object.assign({}, proxiedConsole, { force: originalConsole })
// eslint-disable-next-line no-native-reassign
console = window.console

0 comments on commit 78c793f

Please sign in to comment.