Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
F2P-47: include node globals in eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3op2 committed Mar 30, 2022
1 parent 03c45a9 commit eb7962f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"env": {
"es6": true,
"browser": true
"browser": true,
"node": true
},
"globals": {
"process": true
Expand Down Expand Up @@ -55,7 +56,8 @@
"cypress/no-pause": "error"
},
"env": {
"cypress/globals": true
"cypress/globals": true,
"node": true
}
}
]
Expand Down

0 comments on commit eb7962f

Please sign in to comment.