Skip to content

Commit eb0c123

Browse files
bradzacherljharb
authored andcommitted
add jsdoc to help hint the shape better
1 parent e0df0de commit eb0c123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* eslint global-require: 0 */
44

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

0 commit comments

Comments
 (0)