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

check-param-names: check duplicate nested names #474

Closed
brettz9 opened this issue Jan 7, 2020 · 1 comment
Closed

check-param-names: check duplicate nested names #474

brettz9 opened this issue Jan 7, 2020 · 1 comment

Comments

@brettz9
Copy link
Collaborator

brettz9 commented Jan 7, 2020

Currently, check-param-names doesn't check for duplicates like this:

/**
 * @param {PlainObject} cfg
 * @param {boolean} [cfg.licenses]
 * @param {string} [cfg.licenses]
 * @param {Map} [cfg.licenses=new Map()]
*/
@gajus
Copy link
Owner

gajus commented Jan 7, 2020

🎉 This issue has been resolved in version 20.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Jan 7, 2020
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

2 participants