We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f782034 commit 1493ef0Copy full SHA for 1493ef0
node.js
@@ -6,5 +6,8 @@ module.exports = {
6
'no-mixed-requires': [2],
7
'no-new-require': [2],
8
'no-path-concat': [2]
9
+ },
10
+ env: {
11
+ node: true
12
}
13
};
0 commit comments