Skip to content

Commit 9de6b6d

Browse files
committed
feat(globals): Add "module" to globals
1 parent e0d14e9 commit 9de6b6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ module.exports = {
2727
Symbol: true,
2828
Promise: true,
2929
Reflect: true,
30-
Uint8ClampedArray: true
30+
Uint8ClampedArray: true,
31+
module: true
3132
},
3233
overrides: [{
3334
files: ['*.test.js'],

0 commit comments

Comments
 (0)