diff --git a/rule/templates/_rule.js b/rule/templates/_rule.js index 473604c..9e40626 100644 --- a/rule/templates/_rule.js +++ b/rule/templates/_rule.js @@ -8,6 +8,9 @@ // Rule Definition //------------------------------------------------------------------------------ +/** + * @type {import('eslint').Rule.RuleModule} + */ module.exports = { meta: { type: null, // `problem`, `suggestion`, or `layout`