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

Enhancement: Support Lazy Loading Rules enhancement New feature or request triage Waiting for team members to take a look
#11029 opened Apr 3, 2025 by mr-sanders
4 tasks done
Bug: The token type of null should be Null instead of Keyword bug Something isn't working triage Waiting for team members to take a look
#11027 opened Apr 3, 2025 by JLHwung
4 tasks done
Bug: Parser: End range of Program differs from Espree awaiting response Issues waiting for a reply from the OP or another party bug Something isn't working
#11026 opened Apr 3, 2025 by overlookmotel
4 tasks done
Bug: The token type of a private name should be PrivateIdentifier instead of Identifier and the value should be the string value of a private name 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
#11022 opened Apr 1, 2025 by JLHwung
4 tasks done
Docs: Mention sourceType in parser/parserOptions documentation Documentation ("docs") that needs adding/updating triage Waiting for team members to take a look
#11016 opened Mar 31, 2025 by JoshuaKGoldberg
2 tasks done
Rule: Remove no-loop-function extension rule 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
#11015 opened Mar 31, 2025 by JoshuaKGoldberg
2 tasks done
Rules: Deprecate extension rules now duplicated by TS-syntax-aware core rules blocked by external API Blocked by a tool we depend on exposing an API, such as TypeScript's Type Relationship API 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
#11014 opened Mar 31, 2025 by JoshuaKGoldberg
2 tasks done
Bug: [no-array-constructor] Fixer removes commends between Array and () bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#11013 opened Mar 31, 2025 by JoshuaKGoldberg
4 tasks done
Enhancement: [no-explicit-any] suggest to replace keyof any with PropertyKey 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
#11009 opened Mar 29, 2025 by KuSh
4 tasks done
Enhancement: [no-unnecessary-condition] check always-false type predicates 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
#10997 opened Mar 26, 2025 by kirkwaiblinger
4 tasks done
Bug: no-misused-promises rule is slow to evaluate awaiting response Issues waiting for a reply from the OP or another party package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin performance Issues regarding performance triage Waiting for team members to take a look
#10996 opened Mar 25, 2025 by benmccann
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: [unified-signatures] thinks overloads with and without this type annotation can be merged 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
#10982 opened Mar 21, 2025 by jedwards1211
4 tasks done
Docs: [no-unnecessary-condition] mention subtleties of primitives' assignability accepting prs Go ahead, send a pull request that resolves this issue documentation Documentation ("docs") that needs adding/updating
#10970 opened Mar 19, 2025 by kirkwaiblinger
2 tasks done
Bug: [unified-signatures] Recommends merging overloads that would then allow incorrect call signatures awaiting response Issues waiting for a reply from the OP or another party bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#10962 opened Mar 17, 2025 by requinix
4 tasks done
Bug: [no-misused-promises] versus Promise.finally 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
#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) accepting prs Go ahead, send a pull request that resolves this issue enhancement New feature or request
#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 team assigned A member of the typescript-eslint team should work on this. 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
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 enhancement: plugin rule option New rule option for an existing eslint-plugin rule evaluating community engagement we're looking for community engagement on this issue to show that this problem is widely important package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
#10918 opened Mar 4, 2025 by LukeAbby
4 tasks done
ProTip! Adding no:label will show everything without a label.