Skip to content

Commit

Permalink
modify to support import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Sep 30, 2019
1 parent 6776b94 commit c08feab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rudder-client-javascript/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module.exports = {
parserOptions: {
ecmaVersion: 6,
sourceType: "script",
sourceType: "module",
allowImportExportEverywhere: true,
ecmaFeatures: {}
},
rules: {
Expand Down

0 comments on commit c08feab

Please sign in to comment.