Skip to content

Commit babf40d

Browse files
Update lib/rules/max-props.js
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent ae1be39 commit babf40d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/rules/max-props.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ module.exports = {
3434
},
3535
/** @param {RuleContext} context */
3636
create(context) {
37-
/**
38-
* @type {Record<string, number>}
39-
*/
37+
/** @type {Record<string, number>} */
4038
const option = context.options[0] || {}
4139

4240
/**

0 commit comments

Comments
 (0)