summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/func-name-matching.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/func-name-matching.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/func-name-matching.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/func-name-matching.js b/tools/node_modules/eslint/lib/rules/func-name-matching.js
index db06d5d468..85fd7d4f1e 100644
--- a/tools/node_modules/eslint/lib/rules/func-name-matching.js
+++ b/tools/node_modules/eslint/lib/rules/func-name-matching.js
@@ -70,7 +70,8 @@ module.exports = {
docs: {
description: "require function names to match the name of the variable or property to which they are assigned",
category: "Stylistic Issues",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/func-name-matching"
},
schema: {