From c315a3c58b8fb3397d28ecb31ce7b969a868c238 Mon Sep 17 00:00:00 2001 From: eightHundreds Date: Sat, 18 Sep 2021 16:40:33 +0800 Subject: [PATCH] Chore: add type jsdoc to rule.js --- rule/templates/_rule.js | 3 +++ 1 file changed, 3 insertions(+) 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`