diff --git a/.eslintrc.js b/.eslintrc.js
index 564f1bacd86d3a9577cdaa41c7adee520107943b..f49fbaa0b0bea75ca0acda46d7a0e7595c1e4120 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -81,6 +81,7 @@ module.exports = {
       { additionalHooks: "(useSafeAsyncFunction)" },
     ],
     "prefer-const": [1, { destructuring: "all" }],
+    "no-restricted-globals": ["error", "close"],
     "no-useless-escape": 0,
     "no-only-tests/no-only-tests": [
       "error",