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-types option to allow @typedef to be exempt from preferredTypes setting (at least rejections) #255

Closed
brettz9 opened this issue May 24, 2019 · 1 comment · Fixed by #461

Comments

@brettz9
Copy link
Collaborator

brettz9 commented May 24, 2019

While one may wish to enforce, at least for rejections, preferredTypes on @typedef in the check-types rule as is now the behavior, sometimes the reason for rejecting a type is because one wishes to use a more specific tag, but @typedef may need to use a generic type to indicate its base type.

brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Dec 28, 2019
…ecking (certain types or any types) on specific tags; fixes gajus#255
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Dec 28, 2019
…ecking (certain types or any types) on specific tags; fixes gajus#255
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Dec 28, 2019
…ecking (certain types or any types) on specific tags; fixes gajus#255
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Dec 28, 2019
…ecking (certain types or any types) on specific tags; fixes gajus#255
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Dec 29, 2019
…ecking (certain types or any types) on specific tags; fixes gajus#255
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Dec 29, 2019
…ecking (certain types or any types) on specific tags; fixes gajus#255
brettz9 added a commit to brettz9/eslint-plugin-jsdoc that referenced this issue Dec 31, 2019
…ecking (certain types or any types) on specific tags; fixes gajus#255
brettz9 added a commit that referenced this issue Dec 31, 2019
…ecking (certain types or any types) on specific tags; fixes #255
@gajus
Copy link
Owner

gajus commented Dec 31, 2019

🎉 This issue has been resolved in version 18.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants