summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/no-warning-comments.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/no-warning-comments.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/no-warning-comments.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/no-warning-comments.js b/tools/node_modules/eslint/lib/rules/no-warning-comments.js
index c0ecaca9e7..ce58f9ac80 100644
--- a/tools/node_modules/eslint/lib/rules/no-warning-comments.js
+++ b/tools/node_modules/eslint/lib/rules/no-warning-comments.js
@@ -16,7 +16,8 @@ module.exports = {
docs: {
description: "disallow specified warning terms in comments",
category: "Best Practices",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/no-warning-comments"
},
schema: [