Skip to content

Commit

Permalink
add eslint global var
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Nov 16, 2021
1 parent 3b92bf3 commit fe01427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rollup/validate/eslintrc.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
WeakSet: true,
Uint16Array: true,
Reflect: true,
globalThis: true,
// Vendor specific
MSApp: true,
__REACT_DEVTOOLS_GLOBAL_HOOK__: true,
Expand Down

0 comments on commit fe01427

Please sign in to comment.