Skip to content

Commit

Permalink
testing es6 import working
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Nov 22, 2020
1 parent 8433c8e commit f7d1678
Show file tree
Hide file tree
Showing 7 changed files with 10,881 additions and 511 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 11,
"sourceType": "module"
},
"rules": {
}
Expand Down
Loading

0 comments on commit f7d1678

Please sign in to comment.