Skip to content

Commit 1493ef0

Browse files
author
Ray Schamp
committed
fix(node): add node env to node module
Automatically include Node globals when using the node config
1 parent f782034 commit 1493ef0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ module.exports = {
66
'no-mixed-requires': [2],
77
'no-new-require': [2],
88
'no-path-concat': [2]
9+
},
10+
env: {
11+
node: true
912
}
1013
};

0 commit comments

Comments
 (0)