Skip to content

Commit

Permalink
Deno is a node global, phetsims/chipper#1463
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 0fc9729 commit 4372747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion eslint/node.eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ export default [
{
languageOptions: {
globals: {
...globals.node
...globals.node,

// Deno
Deno: 'readonly'
}
},

Expand Down
3 changes: 0 additions & 3 deletions eslint/root.eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1832,9 +1832,6 @@ export default [
React: 'readonly',
ReactDOM: 'readonly',

// Deno
Deno: 'readonly',

BigInt: 'readonly',

FlatQueue: 'readonly',
Expand Down

0 comments on commit 4372747

Please sign in to comment.