Skip to content

Commit

Permalink
add jsdoc to help hint the shape better
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher authored and ljharb committed Mar 3, 2024
1 parent e0df0de commit eb0c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/index.js
Expand Up @@ -2,7 +2,7 @@

/* eslint global-require: 0 */

/** @type {Record<string, import('eslint').Rule.RuleModule>} */
/** @satisfies {Record<string, import('eslint').Rule.RuleModule>} */
module.exports = {
'boolean-prop-naming': require('./boolean-prop-naming'),
'button-has-type': require('./button-has-type'),
Expand Down

0 comments on commit eb0c123

Please sign in to comment.