summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/no-extra-bind.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/no-extra-bind.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/no-extra-bind.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/no-extra-bind.js b/tools/node_modules/eslint/lib/rules/no-extra-bind.js
index 2d22eff245..21b96c3c26 100644
--- a/tools/node_modules/eslint/lib/rules/no-extra-bind.js
+++ b/tools/node_modules/eslint/lib/rules/no-extra-bind.js
@@ -19,7 +19,8 @@ module.exports = {
docs: {
description: "disallow unnecessary calls to `.bind()`",
category: "Best Practices",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/no-extra-bind"
},
schema: [],