Skip to content

Commit

Permalink
Update lint config globals
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Mar 2, 2021
1 parent 6c22ad7 commit 4d72bab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/rollup/validate/eslintrc.rn.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ module.exports = {
nativeFabricUIManager: true,
// Trusted Types
trustedTypes: true,

// RN supports this
setImmediate: true,
// Scheduler profiling
SharedArrayBuffer: true,
Int32Array: true,
Expand Down
2 changes: 2 additions & 0 deletions scripts/rollup/validate/eslintrc.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module.exports = {
require: true,
globalThis: true,
global: true,
// Internet Explorer
setImmediate: true,
// Trusted Types
trustedTypes: true,

Expand Down

0 comments on commit 4d72bab

Please sign in to comment.