Skip to content

Commit a5fe863

Browse files
committed
fix: specify sourceType as module
1 parent b3c83df commit a5fe863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
}),
1212
parserOptions: {
1313
ecmaVersion: 2017,
14+
sourceType: 'module',
1415
},
1516
},
1617
},

0 commit comments

Comments
 (0)