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
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