From 521f8f1d955142ed7698db88940e136bac359511 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 11 Jun 2018 17:36:39 +0800 Subject: [PATCH] tools: add BigInt64Array and BigUint64Array to globals PR-URL: https://github.com/nodejs/node/pull/21255 Refs: https://github.com/nodejs/node/pull/21237 Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 355a466455e4e2..9a4ffea210a828 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -244,6 +244,8 @@ module.exports = { }, globals: { BigInt: false, + BigInt64Array: false, + BigUint64Array: false, COUNTER_HTTP_CLIENT_REQUEST: false, COUNTER_HTTP_CLIENT_RESPONSE: false, COUNTER_HTTP_SERVER_REQUEST: false,