Skip to content

Commit

Permalink
Merge pull request #16 from joshperry/reveverything
Browse files Browse the repository at this point in the history
Rev dependencies, ESM, and fix unit test harness
  • Loading branch information
dima11051994 authored Jun 20, 2023
2 parents e1eae5a + ffaa13c commit 12d77ed
Show file tree
Hide file tree
Showing 15 changed files with 1,973 additions and 2,880 deletions.
14 changes: 5 additions & 9 deletions .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ module.exports = {
'no-console': 0,
},

parserOptions: {
ecmaVersion: 8,
sourceType: 'module',
ecmaFeatures: {
experimentalObjectRestSpread: true
}
},

env: {
node: true,
es6: true,
es2020: true,
},

parserOptions: {
sourceType: 'module',
},

// Overrides for test files
Expand Down
Loading

0 comments on commit 12d77ed

Please sign in to comment.