We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
no-undefined-types
Using TypeScript built-in globals such ReturnType<Type> brings errors from the no-undefined-types rule.
ReturnType<Type>
Include these by default in typescript mode: https://www.typescriptlang.org/docs/handbook/utility-types.html
typescript
Require the user to predefine them. Cumbersome and duplicates effort across projects.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
bf9f994
🎉 This issue has been resolved in version 38.1.4 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Update dependency eslint-plugin-jsdoc to v38.1.4 (#1272)
38294d8
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`38.1.3` -> `38.1.4`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/38.1.3/38.1.4) | --- ### Release Notes <details> <summary>gajus/eslint-plugin-jsdoc</summary> ### [`v38.1.4`](https://github.com/gajus/eslint-plugin-jsdoc/releases/v38.1.4) [Compare Source](gajus/eslint-plugin-jsdoc@v38.1.3...v38.1.4) ##### Bug Fixes - **`no-undefined-types`:** add TypeScript utility types (globally allowed types); fixes [#​839](gajus/eslint-plugin-jsdoc#839) ([bf9f994](gajus/eslint-plugin-jsdoc@bf9f994)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot <[email protected]> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1272 Reviewed-by: 6543 <[email protected]> Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
No branches or pull requests
Motivation
Current behavior
Using TypeScript built-in globals such
ReturnType<Type>
brings errors from theno-undefined-types
rule.Desired behavior
Include these by default in
typescript
mode: https://www.typescriptlang.org/docs/handbook/utility-types.htmlAlternatives considered
Require the user to predefine them. Cumbersome and duplicates effort across projects.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: