From 47cdfc969603abccd2c92f030f92de25dedc81a6 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 11 Nov 2021 20:34:19 -0500 Subject: [PATCH] docs: Switch to single-line comment for rule jsdoc type (#119) There's no need for this to take up multiple lines. --- rule/templates/_rule.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rule/templates/_rule.js b/rule/templates/_rule.js index 9e40626..e5c4c0c 100644 --- a/rule/templates/_rule.js +++ b/rule/templates/_rule.js @@ -8,9 +8,7 @@ // Rule Definition //------------------------------------------------------------------------------ -/** - * @type {import('eslint').Rule.RuleModule} - */ +/** @type {import('eslint').Rule.RuleModule} */ module.exports = { meta: { type: null, // `problem`, `suggestion`, or `layout`