Skip to content

Commit

Permalink
Possibility to pass memSize option from the outside. ESLint fixes. (#111
Browse files Browse the repository at this point in the history
)
  • Loading branch information
OBrezhniev authored Sep 10, 2024
1 parent 494730a commit 4b6efa0
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 236 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": 2017
"ecmaVersion": 2022,
"sourceType": "module"
},
"extends": "eslint:recommended",
"rules": {
Expand Down
Loading

0 comments on commit 4b6efa0

Please sign in to comment.