Skip to content

Commit

Permalink
Works in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylina committed Jul 7, 2020
1 parent a061ead commit e67eda9
Show file tree
Hide file tree
Showing 50 changed files with 16,786 additions and 953 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = {
"mocha": true
},
"parserOptions": {
"ecmaVersion": 2020
"ecmaVersion": 2020,
"sourceType": "module"
},
"extends": "eslint:recommended",
"rules": {
Expand Down
Loading

0 comments on commit e67eda9

Please sign in to comment.