Skip to content

Commit

Permalink
Chore: add type jsdoc to rule.js (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
eightHundreds committed Sep 28, 2021
1 parent abda0c8 commit 68ba9da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rule/templates/_rule.js
Expand Up @@ -8,6 +8,9 @@
// Rule Definition
//------------------------------------------------------------------------------

/**
* @type {import('eslint').Rule.RuleModule}
*/
module.exports = {
meta: {
type: null, // `problem`, `suggestion`, or `layout`
Expand Down

0 comments on commit 68ba9da

Please sign in to comment.