Skip to content

Commit

Permalink
Define nativeRuntimeScheduler as global in index.native.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-SC committed Apr 24, 2023
1 parent 0d8e43a commit 28d2704
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,12 @@ module.exports = {
TaskController: 'readonly',
},
},
{
files: ['packages/scheduler/npm/index.native.js'],
globals: {
nativeRuntimeScheduler: 'readonly',
},
},
],

env: {
Expand Down

0 comments on commit 28d2704

Please sign in to comment.