summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/dot-location.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/dot-location.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/dot-location.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/dot-location.js b/tools/node_modules/eslint/lib/rules/dot-location.js
index 60f4af7013..c02476e035 100644
--- a/tools/node_modules/eslint/lib/rules/dot-location.js
+++ b/tools/node_modules/eslint/lib/rules/dot-location.js
@@ -16,7 +16,8 @@ module.exports = {
docs: {
description: "enforce consistent newlines before and after dots",
category: "Best Practices",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/dot-location"
},
schema: [