You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like this plugin cannot tell the difference between regular function, and getters. In jsdoc, getters appear as Members that have a type, not as Methods that have a return value. For this reason, the return type of a getter should be specified with @type instead of @returns
The text was updated successfully, but these errors were encountered:
It seems like this plugin cannot tell the difference between regular function, and getters. In jsdoc, getters appear as Members that have a type, not as Methods that have a return value. For this reason, the return type of a getter should be specified with
@type
instead of@returns
The text was updated successfully, but these errors were encountered: