diff --git a/.eslintrc.js b/.eslintrc.js index 7839f6bf..4d1b202c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,5 +25,9 @@ module.exports = { ], 'no-console': 0, 'no-undef': 'warn' + }, + globals: { + BigInt64Array: true, + BigUint64Array: true } };