Skip to content

Commit 4b6efa0

Browse files
authored
Possibility to pass memSize option from the outside. ESLint fixes. (#111)
1 parent 494730a commit 4b6efa0

File tree

4 files changed

+254
-236
lines changed

4 files changed

+254
-236
lines changed

.eslintrc.js renamed to .eslintrc.cjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55
"mocha": true
66
},
77
"parserOptions": {
8-
"ecmaVersion": 2017
8+
"ecmaVersion": 2022,
9+
"sourceType": "module"
910
},
1011
"extends": "eslint:recommended",
1112
"rules": {

0 commit comments

Comments
 (0)