summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-06-11 17:36:39 +0800
committerAnna Henningsen <anna@addaleax.net>2018-06-14 18:55:05 +0200
commit11ae1791e78367e5d24b402b808807479bd65364 (patch)
tree009ff0b7701d2b4952bd31c3afc7c4ecf0541f30 /.eslintrc.js
parent271a861e0523ab0d8f7e46a1792a029a20b174f6 (diff)
downloadandroid-node-v8-11ae1791e78367e5d24b402b808807479bd65364.tar.gz
android-node-v8-11ae1791e78367e5d24b402b808807479bd65364.tar.bz2
android-node-v8-11ae1791e78367e5d24b402b808807479bd65364.zip
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 <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 355a466455..9a4ffea210 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,