Skip to content

Commit

Permalink
fix: specify sourceType as module
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Nov 30, 2017
1 parent b3c83df commit a5fe863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -11,6 +11,7 @@ module.exports = {
}),
parserOptions: {
ecmaVersion: 2017,
sourceType: 'module',
},
},
},
Expand Down

0 comments on commit a5fe863

Please sign in to comment.