-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
valid-types
doesn't allow users to specify the properties of array items
#596
Comments
This is actually due to a jsdoctypeparser issue. We need to have such This is blocked by jsdoctypeparser/jsdoctypeparser#117 so feel free to subscribe there. It may require some tweaking in Edit: This is also blocked by jsdoctypeparser/jsdoctypeparser#134 |
This is no longer reporting errors, so added a test and closing. I've just pushed a fix to catch some errors along these lines (e.g., |
🎉 This issue has been resolved in version 39.3.22 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Expected behavior
valid-types
should allow users to specify the properties of values in an array as documented on the JSDoc website: https://jsdoc.app/tags-param.html#parameters-with-propertiesActual behavior
ESLint Config
ESLint sample
Environment
eslint-plugin-jsdoc
version: v28.5.1Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: