diff --git a/rule/templates/_rule.js b/rule/templates/_rule.js index 9276118..b17aa5a 100644 --- a/rule/templates/_rule.js +++ b/rule/templates/_rule.js @@ -14,7 +14,8 @@ module.exports = { docs: { description: "<%- desc.replace(/"/g, '\\"') %>", category: "Fill me in", - recommended: false + recommended: false, + url: null, // URL to the documentation page for this rule }, fixable: null, // or "code" or "whitespace" schema: [