Skip to content

Issues: typescript-eslint/typescript-eslint

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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Bug: [use-unknown-in-catch-callback-variable] shouldn't have fixable property bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10988 opened Mar 22, 2025 by mho22
4 tasks done
Rule proposal: prefer await voidPromise over return voidPromise enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10987 opened Mar 22, 2025 by fregante
6 tasks done
Bug: [no-unsafe-function-type] fixable without Fixer bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10985 opened Mar 21, 2025 by mho22
4 tasks done
Bug: [no-invalid-void-type] false positive on this: X | void annotation bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10984 opened Mar 21, 2025 by jedwards1211
4 tasks done
Bug: [unified-signatures] thinks overloads with and without this type annotation can be merged bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10982 opened Mar 21, 2025 by jedwards1211
4 tasks done
Bug: [prefer-for-of] false positive when using non-null assertion within update expressions 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
#10977 opened Mar 21, 2025 by zyoshoka
4 tasks done
Docs: [no-unnecessary-condition] mention subtleties of primitives' assignability documentation Documentation ("docs") that needs adding/updating triage Waiting for team members to take a look
#10970 opened Mar 19, 2025 by kirkwaiblinger
2 tasks done
Bug: [unified-signatures] Recommends merging overloads that would then allow incorrect call signatures bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10962 opened Mar 17, 2025 by requinix
4 tasks done
Bug: [no-unnecessary-condition] doesn't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled 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
#10960 opened Mar 16, 2025 by ronami
4 tasks done
Bug: [no-misused-promises] versus Promise.finally bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10959 opened Mar 16, 2025 by dmurvihill
4 tasks done
Bug: [no-deprecated] does not report on computed member expressions with a known string literal property 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
#10958 opened Mar 15, 2025 by rakleed
4 tasks done
Enhancement: [no-misused-spread] Option to allow string literals awaiting response Issues waiting for a reply from the OP or another party enhancement: plugin rule option New rule option for an existing eslint-plugin rule package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#10954 opened Mar 15, 2025 by syimyuzya
4 tasks done
Rule proposal: no-unnecessary-callback-wrapper awaiting response Issues waiting for a reply from the OP or another party enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10953 opened Mar 14, 2025 by jroru
6 tasks done
Enhancement: [no-misused-promises] Include index signatures in our checks for Promise-void mismatches (checksVoidReturn) enhancement New feature or request triage Waiting for team members to take a look
#10943 opened Mar 12, 2025 by alythobani
4 tasks done
Enhancement: Use TypeScript's Go port (tsgo / typescript-go) for type information blocked by external API Blocked by a tool we depend on exposing an API, such as TypeScript's Type Relationship API enhancement New feature or request
#10940 opened Mar 11, 2025 by JoshuaKGoldberg
4 tasks done
Docs: Remove mention of tseslint.config() documentation Documentation ("docs") that needs adding/updating triage Waiting for team members to take a look
#10935 opened Mar 10, 2025 by nzakas
2 tasks done
Enhancement: support ESLint's new defineConfig string config references accepting prs Go ahead, send a pull request that resolves this issue enhancement New feature or request
#10934 opened Mar 10, 2025 by niklaswimmer
4 tasks done
Bug: [no-array-constructor] Does not detect Array call with optional chaining 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
#10933 opened Mar 10, 2025 by JoshuaKGoldberg
4 tasks done
Docs: Mention how to ban top-level-await accepting prs Go ahead, send a pull request that resolves this issue documentation Documentation ("docs") that needs adding/updating
#10920 opened Mar 5, 2025 by kirkwaiblinger
2 tasks done
Enhancement: no-unused-vars option for allowing type-only declare class expressions awaiting response Issues waiting for a reply from the OP or another party enhancement: plugin rule option New rule option for an existing eslint-plugin rule package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#10918 opened Mar 4, 2025 by LukeAbby
4 tasks done
Bug: isDefinitionFile utility doesn't consider arbitrary extensions accepting prs Go ahead, send a pull request that resolves this issue bug Something isn't working good first issue Good for newcomers package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#10911 opened Mar 2, 2025 by ronami
4 tasks done
Docs: Mention that the eslint-plugin and the parser packages aren't needed with ESLint 9 accepting prs Go ahead, send a pull request that resolves this issue documentation Documentation ("docs") that needs adding/updating
#10905 opened Mar 1, 2025 by MariaSolOs
2 tasks done
Type '({ readonly rules: Readonly<RulesRecord>; } | Config)[]' is not assignable to type 'Config<RulesRecord>[]'. package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin preset config change Proposal for an addition, removal, or general change to a preset config triage Waiting for team members to take a look
#10899 opened Feb 27, 2025 by neuronetio
2 tasks done
Rule proposal: restrict-constructor-expressions enhancement: new plugin rule New rule request for eslint-plugin package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10895 opened Feb 27, 2025 by karlhorky
6 tasks done
Bug: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary 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
#10894 opened Feb 27, 2025 by kirkwaiblinger
4 tasks done
ProTip! Exclude everything labeled bug with -label:bug.