summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/no-restricted-globals.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/no-restricted-globals.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/no-restricted-globals.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/no-restricted-globals.js b/tools/node_modules/eslint/lib/rules/no-restricted-globals.js
index 75428fc174..691e55d192 100644
--- a/tools/node_modules/eslint/lib/rules/no-restricted-globals.js
+++ b/tools/node_modules/eslint/lib/rules/no-restricted-globals.js
@@ -20,7 +20,8 @@ module.exports = {
docs: {
description: "disallow specified global variables",
category: "Variables",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/no-restricted-globals"
},
schema: {