Skip to content

Commit

Permalink
docs: Switch to single-line comment for rule jsdoc type (#119)
Browse files Browse the repository at this point in the history
There's no need for this to take up multiple lines.
  • Loading branch information
bmish committed Nov 12, 2021
1 parent e435549 commit 47cdfc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rule/templates/_rule.js
Expand Up @@ -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`
Expand Down

0 comments on commit 47cdfc9

Please sign in to comment.