Skip to content

Commit

Permalink
Add 'globalThis' to the list of es2020 globals (eslint#12670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Standard8 committed Dec 16, 2019
1 parent ab912f0 commit 275d516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/environments.js
Expand Up @@ -40,7 +40,8 @@ const newGlobals2017 = {
const newGlobals2020 = {
BigInt: false,
BigInt64Array: false,
BigUint64Array: false
BigUint64Array: false,
globalThis: false
};

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 275d516

Please sign in to comment.