summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/arrow-spacing.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/arrow-spacing.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/arrow-spacing.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/arrow-spacing.js b/tools/node_modules/eslint/lib/rules/arrow-spacing.js
index 37e03907cb..d2c5b9b77b 100644
--- a/tools/node_modules/eslint/lib/rules/arrow-spacing.js
+++ b/tools/node_modules/eslint/lib/rules/arrow-spacing.js
@@ -19,7 +19,8 @@ module.exports = {
docs: {
description: "enforce consistent spacing before and after the arrow in arrow functions",
category: "ECMAScript 6",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/arrow-spacing"
},
fixable: "whitespace",