Skip to content

Commit

Permalink
fix test and lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekucera committed Oct 18, 2024
1 parent fb7d9e5 commit 65ca1ea
Show file tree
Hide file tree
Showing 11 changed files with 1,327 additions and 862 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"commonjs": true,
"shared-node-browser": true,
"node": true,
"mocha": true
"mocha": true,
"es6": true
},
"parserOptions": {
"sourceType": "module",
Expand Down
Loading

0 comments on commit 65ca1ea

Please sign in to comment.