Skip to content

Commit

Permalink
Include process as global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Nov 7, 2022
1 parent c4a7cac commit eff714e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = {
jquery: true,
'jest/globals': true,
},
globals: {
process: true,
},
extends: ['eslint:recommended', 'plugin:react/recommended'],
parserOptions: {
ecmaFeatures: {
Expand Down

0 comments on commit eff714e

Please sign in to comment.