gajus / eslint-plugin-jsdoc

JSDoc specific linting rules for ESLint.
Other
1.09k stars 157 forks source link

fix(`valid-types`): disable checking of types/names within `import` tags #1227

Closed brettz9 closed 4 months ago

brettz9 commented 4 months ago

fix(valid-types): disable checking of types/names within import tags; fixes #1226

Arkellys commented 4 months ago

Thank you so much for the quick fix! Will this PR also fix the The type 'xxx' is undefined error when using an imported type?

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 48.2.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

brettz9 commented 4 months ago

Thank you so much for the quick fix! Will this PR also fix the The type 'xxx' is undefined error when using an imported type?

See my comment just now in the attached issue.