summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/rules/no-throw-literal.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/rules/no-throw-literal.js')
-rw-r--r--tools/node_modules/eslint/lib/rules/no-throw-literal.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_modules/eslint/lib/rules/no-throw-literal.js b/tools/node_modules/eslint/lib/rules/no-throw-literal.js
index 5e9054399a..b080578bf2 100644
--- a/tools/node_modules/eslint/lib/rules/no-throw-literal.js
+++ b/tools/node_modules/eslint/lib/rules/no-throw-literal.js
@@ -16,7 +16,8 @@ module.exports = {
docs: {
description: "disallow throwing literals as exceptions",
category: "Best Practices",
- recommended: false
+ recommended: false,
+ url: "https://eslint.org/docs/rules/no-throw-literal"
},
schema: []