summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/dot-notation.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/dot-notation.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/dot-notation.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/dot-notation.js b/tools/node_modules/eslint/lib/rules/dot-notation.js
index 21e3df1741..10c73b41f0 100644
--- a/tools/node_modules/eslint/lib/rules/dot-notation.js
+++ b/tools/node_modules/eslint/lib/rules/dot-notation.js
@@ -22,7 +22,8 @@ module.exports = {
docs: {
description: "enforce dot notation whenever possible",
category: "Best Practices",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/dot-notation"
},
schema: [