Skip to content

Commit d5804b0

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/max-props.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ module.exports = {
3838
const option = context.options[0] || {}
3939

4040
/**
41-
*
4241
* @param {import('../utils').ComponentProp[]} props
4342
*/
4443
function checkMaxNumberOfProps(props) {

0 commit comments

Comments
 (0)