Skip to content

Commit

Permalink
remove file override node env declarations, phetsims/tasks#972
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent b3c77ab commit b2118fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint/node_eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@ module.exports = {
extends: './.eslintrc.js',
rules: {
'no-restricted-syntax': [ 'off', 'ForOfStatement' ]
},
env: {

// specify appropriate environment vars for node code
browser: false,
node: true
}
};

0 comments on commit b2118fb

Please sign in to comment.