summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/keyword-spacing.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/keyword-spacing.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/keyword-spacing.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/keyword-spacing.js b/tools/node_modules/eslint/lib/rules/keyword-spacing.js
index 218cfd02be..d0dd640255 100644
--- a/tools/node_modules/eslint/lib/rules/keyword-spacing.js
+++ b/tools/node_modules/eslint/lib/rules/keyword-spacing.js
@@ -68,7 +68,8 @@ module.exports = {
docs: {
description: "enforce consistent spacing before and after keywords",
category: "Stylistic Issues",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/keyword-spacing"
},
fixable: "whitespace",