-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
Hi, rule jsdoc/check-param-names throws an error with destruture prop and
it causes errors iin terminal:
/home/petrov_dm/Projects/sima/ui-nucleons/src/components/rating/index.jsx
55:0 error @param "props.starSizes.regular" does not exist on props jsdoc/check-param-names
56:0 error @param "props.starSizes.big" does not exist on props jsdoc/check-param-names
60:0 error @param "props.customClasses.rating" does not exist on props jsdoc/check-param-names
61:0 error @param "props.customClasses.hoveredRating" does not exist on props jsdoc/check-param-names
62:0 error @param "props.customClasses.star" does not exist on props jsdoc/check-param-names
63:0 error @param "props.customClasses.emptyStar" does not exist on props jsdoc/check-param-names
64:0 error @param "props.customClasses.halfStar" does not exist on props jsdoc/check-param-names
65:0 error @param "props.customClasses.fullStar" does not exist on props jsdoc/check-param-how can i allow to specify fields which are not specified explicitly during destructuring?
