Skip to content

Issues: typescript-eslint/typescript-eslint

ESLint v9 Support
#8211 by bradzacher was closed May 13, 2024
Closed 29
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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Bug: [no-unsafe-return] Differentiate a types-error any from a "true" accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9218 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-unsafe-member-access] Differentiate a types-error any from a "true" any accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9217 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-unsafe-call] Differentiate a types-error any from a "true" any accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9216 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-unsafe-argument] Differentiate a types-error any from a "true" any accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9215 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Bug: [no-redundant-type-constituents] Differentiate a types-error any from a "true" any accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9214 opened Jun 3, 2024 by JoshuaKGoldberg
4 tasks done
Website: Rules sidebar missing from "tombstone" pages accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: website Issues related to the @typescript-eslint website
#9213 opened Jun 2, 2024 by JoshuaKGoldberg
2 tasks done
Docs: Move PR-specific testing advice from Contributing > Local Development to Pull Requests documentation Documentation ("docs") that needs adding/updating triage Waiting for maintainers to take a look
#9210 opened Jun 2, 2024 by JoshuaKGoldberg
2 tasks done
Bug: [no-unnecessary-type-assertion] Conflict with TS for variables used before assignment accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9206 opened Jun 2, 2024 by liuxingbaoyu
4 tasks done
Bug(typescript-estree): Project services not working with (tsconfig) extends, project references, and extraFileExtensions accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working
#9205 opened Jun 1, 2024 by higherorderfunctor
4 tasks done
8.0.0
Rule proposal: Prevent unnecessary | undefined for optional parameters enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look
#9203 opened Jun 1, 2024 by binoche9
6 tasks done
Bug: [explicit-function-return-type] false invalid case when using allowTypedFunctionExpressions option accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9171 opened May 29, 2024 by kaykdm
4 tasks done
Enhancement: [prefer-literal-enum-member] Allow nested bitwise when using the allowBitwiseExpressions option enhancement: plugin rule option New rule option for an existing eslint-plugin rule package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look
#9166 opened May 28, 2024 by yeonjuan
4 tasks done
Bug: Missing src/util import in @typescript-eslint/eslint-plugin@rc-v8 with skipLibCheck: false accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9164 opened May 28, 2024 by JoshuaKGoldberg
4 tasks done
8.0.0
Enhancement: [no-useless-template-literals] Delete in v8 accepting prs Go ahead, send a pull request that resolves this issue breaking change This change will require a new major version to be released enhancement New feature or request good first issue Good for newcomers package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9163 opened May 28, 2024 by JoshuaKGoldberg 8.0.0
Bug: no-magic-numbers Doesn't apply ignore to type definitions accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9161 opened May 28, 2024 by anthony-unicare
4 tasks done
Try out v8 beta on various important community repos meta meta-issues which consolidate many issues together team assigned A member of the typescript-eslint team should work on this.
#9141 opened May 26, 2024 by JoshuaKGoldberg 8.0.0
Enhancement: [no-inferrable-types] Support for the upcoming compiler options isolatedDeclarations enhancement: plugin rule option New rule option for an existing eslint-plugin rule package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look
#9125 opened May 22, 2024 by pikadun
4 tasks done
Bug: [8.0.0-alpha] [no-unused-vars] Support for ignoreClassWithStaticInitBlock and reportUsedIgnorePattern Options accepting prs Go ahead, send a pull request that resolves this issue enhancement: plugin rule option New rule option for an existing eslint-plugin rule package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9120 opened May 19, 2024 by bachmacintosh
4 tasks done
no-unsafe-call: ban calling Function accepting prs Go ahead, send a pull request that resolves this issue enhancement: plugin rule option New rule option for an existing eslint-plugin rule package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#9108 opened May 16, 2024 by kirkwaiblinger
6 tasks done
Docs: Write blog post on the history of ban-types, {}, and object/Object documentation Documentation ("docs") that needs adding/updating team assigned A member of the typescript-eslint team should work on this.
#9103 opened May 15, 2024 by JoshuaKGoldberg
2 tasks done
Bug(typescript-estree): always parse mts/mjs as ESM for non-type-aware parsing accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: typescript-estree Issues related to @typescript-eslint/typescript-estree
#9101 opened May 15, 2024 by fisker
4 tasks done
Bug: [v8.0.0-alpha.10] incorrect error message Parsing error: "parserOptions.programs" accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working package: typescript-estree Issues related to @typescript-eslint/typescript-estree
#9096 opened May 14, 2024 by OlivierZal
4 tasks done
8.0.0
Docs: Quickstart guide should be clear on type: module not being a requirement accepting prs Go ahead, send a pull request that resolves this issue documentation Documentation ("docs") that needs adding/updating
#9094 opened May 14, 2024 by moltco
2 tasks done
Docs: Updated typed linting docs for new project service documentation Documentation ("docs") that needs adding/updating enhancement New feature or request team assigned A member of the typescript-eslint team should work on this.
#9085 opened May 13, 2024 by JoshuaKGoldberg
2 tasks done
8.0.0
Repo: Use ESLint v9 for our internal linting accepting prs Go ahead, send a pull request that resolves this issue repo maintenance things to do with maintenance of the repo, and not with code/docs
#9082 opened May 12, 2024 by JoshuaKGoldberg
ProTip! Add no:assignee to see everything that’s not assigned.