Skip to content

Issues: typescript-eslint/typescript-eslint

TypeScript 5.6 Support
#9653 by bradzacher was closed Oct 17, 2024
Closed 29
TypeScript 5.7 Support
#10115 opened Oct 9, 2024 by bradzacher
Open 3
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: [no-unused-vars] Add option to allow variables to be used only as types or allow 'declare' bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10266 opened Nov 2, 2024 by InExtremaRes
4 tasks done
Bug: [no-unnecessary-type-assertion] Does not work with literal types bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10257 opened Nov 1, 2024 by FleetAdmiralJakob
4 tasks done
Enhancement: [switch-exhaustiveness-check] considerDefaultExhaustiveForUnions only with comment 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 team members to take a look
#10251 opened Oct 31, 2024 by FloEdelmann
4 tasks done
Repo: Upgrade to latest eslint internally accepting prs Go ahead, send a pull request that resolves this issue dependencies Issue about dependencies of the package repo maintenance things to do with maintenance of the repo, and not with code/docs
#10243 opened Oct 30, 2024 by kirkwaiblinger
Bug: [no-unnecessary-condition] doesn't recognize truthy bigints prior to TS 5.0 bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10242 opened Oct 30, 2024 by kirkwaiblinger
4 tasks done
Bug: [switch-exhaustiveness-check] conflicts with no-unnecessary-condition on switching true 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
#10241 opened Oct 30, 2024 by Rusty-Beard
4 tasks done
Website: Switch to flat config for website playground ESLint config enhancement New feature or request package: website Issues related to the @typescript-eslint website triage Waiting for team members to take a look website: playground
#10239 opened Oct 30, 2024 by JoshuaKGoldberg
2 tasks done
Enhancement: Add the options property to ImportExpression node accepting prs Go ahead, send a pull request that resolves this issue enhancement New feature or request package: ast-spec Issues related to @typescript-eslint/ast-spec package: visitor-keys Issues related to @typescript-eslint/visitor-keys
#10236 opened Oct 30, 2024 by ota-meshi
4 tasks done
Rule proposal: no-excess-properties 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
#10234 opened Oct 29, 2024 by ronami
6 tasks done
Bug: consistent-type-definitions leaves trailing parenthesis when converting a paren-wrapped type to an interface 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
#10233 opened Oct 29, 2024 by rdecoito
4 tasks done
Bug: [explicit-module-boundary-types] allowDirectConstAssertionInArrowFunctions should not error when also using satisfies 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
#10231 opened Oct 29, 2024 by jleider
4 tasks done
Bug: [switch-exhaustiveness-check] False positive with noUncheckedIndexedAccess 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
#10228 opened Oct 29, 2024 by jtbandes
4 tasks done
Docs: Add explanation of the differences & preference between interfaces and types in consistent-type-definitions documentation Documentation ("docs") that needs adding/updating triage Waiting for team members to take a look
#10227 opened Oct 29, 2024 by JoshuaKGoldberg
2 tasks done
Bug: [consistent-indexed-object-style] Unsafe autofix with regards to circular references [8.12.1 regression] 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
#10224 opened Oct 29, 2024 by JavaScriptBach
4 tasks done
Bug: [no-useless-assignment] unexpected error when use a variable as the JSX element without any variable props bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10219 opened Oct 27, 2024 by otomad
4 tasks done
Bug: [no-deprecated] reports deprecation where TS doesn't bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10215 opened Oct 27, 2024 by Josh-Cena
4 tasks done
Bug: [no-misused-promises] bad report loc for methods in object literals 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
#10212 opened Oct 26, 2024 by kirkwaiblinger
4 tasks done
Bug: [no-misused-promises] inheritedMethods check should flag all statically analyzable declarations, not just identifiers and numbers. 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
#10211 opened Oct 26, 2024 by kirkwaiblinger
4 tasks done
Enhancement: [await-thenable] should prohibit using a sync disposable with await using 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
#10208 opened Oct 25, 2024 by kirkwaiblinger
4 tasks done
Docs: Highlight performance issues with type-aware rules accepting prs Go ahead, send a pull request that resolves this issue documentation Documentation ("docs") that needs adding/updating
#10202 opened Oct 23, 2024 by nzakas
2 tasks done
Bug: support as const on RuleLevelAndOptions bug Something isn't working triage Waiting for team members to take a look
#10188 opened Oct 21, 2024 by abrahamguo
4 tasks done
Repo: internal lint rule for our code standards around === nullishLiteral repo maintenance things to do with maintenance of the repo, and not with code/docs triage Waiting for team members to take a look
#10186 opened Oct 21, 2024 by kirkwaiblinger
ESLint Not Catching Missing Type Annotations for Method Parameters in TypeScript Interfaces bug Something isn't working package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for team members to take a look
#10183 opened Oct 20, 2024 by ngangeti
4 tasks done
Using / as config name separator.
#10181 opened Oct 20, 2024 by ntnyq
Bug: nx 20 breaks yarn knip bug Something isn't working triage Waiting for team members to take a look
#10174 opened Oct 18, 2024 by abrahamguo
4 tasks done
ProTip! Mix and match filters to narrow down what you’re looking for.