diff options
author | Nikolai Vavilov <vvnicholas@gmail.com> | 2018-06-10 00:00:51 +0300 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2018-06-10 14:24:08 -0700 |
commit | bf1238498844645cef022b13989176d975ecfefd (patch) | |
tree | b2605cec038ffcbc91fc4ee5d13cc7f4bdc2c03d /.eslintrc.js | |
parent | 473e36dfe0dde8fedf2eb1a5522f22959274050b (diff) | |
download | node-new-bf1238498844645cef022b13989176d975ecfefd.tar.gz |
tools: add BigInt to globals
PR-URL: https://github.com/nodejs/node/pull/21237
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 53d0b39d0a..355a466455 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -243,6 +243,7 @@ module.exports = { 'node-core/no-unescaped-regexp-dot': 'error', }, globals: { + BigInt: false, COUNTER_HTTP_CLIENT_REQUEST: false, COUNTER_HTTP_CLIENT_RESPONSE: false, COUNTER_HTTP_SERVER_REQUEST: false, |