Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@module reports "Tag @module must have a type" after upgrade to 15.9.0 #375

Closed
doberkofler opened this issue Sep 1, 2019 · 3 comments
Closed

Comments

@doberkofler
Copy link
Contributor

After upgrading from 15.8.4 to 15.9.0 a JSDOC like this

/**
*	A lightweight, customizable javascript timepicker inspired by Google Calendar.
*	@module timepicker
*/

reports the error Tag @module must have a type (jsdoc/valid-types) but according to the JSDOC documentation the type is optional.

@brettz9
Copy link
Collaborator

brettz9 commented Sep 1, 2019

Confirmed. enum, member/var, and typedef should have optional types as well. Hope to have a fix out shortly.

@doberkofler
Copy link
Contributor Author

@brettz9 That's quick! Thank you!

@brettz9 brettz9 added the bug label Sep 1, 2019
@brettz9 brettz9 closed this as completed in 6c7a5de Sep 1, 2019
@gajus
Copy link
Owner

gajus commented Sep 1, 2019

🎉 This issue has been resolved in version 15.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants