Skip to content

Commit

Permalink
Use node = true instead of browser = true since we're running on Node
Browse files Browse the repository at this point in the history
Fixes "process is not defined" after adding no-undef
  • Loading branch information
Jalle19 committed Sep 16, 2023
1 parent edd4680 commit 675658b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"env": {
"browser": true,
"node": true,
"es2021": true
},
"parserOptions": {
Expand Down

0 comments on commit 675658b

Please sign in to comment.