summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/callback-return.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/callback-return.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/callback-return.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/callback-return.js b/tools/node_modules/eslint/lib/rules/callback-return.js
index 0fa7f278a1..ed85c7181a 100644
--- a/tools/node_modules/eslint/lib/rules/callback-return.js
+++ b/tools/node_modules/eslint/lib/rules/callback-return.js
@@ -13,7 +13,8 @@ module.exports = {
docs: {
description: "require `return` statements after callbacks",
category: "Node.js and CommonJS",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/callback-return"
},
schema: [{