-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Repo: Failing integration tests for primary Nodejs version on main
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
repo maintenance
things to do with maintenance of the repo, and not with code/docs
#10322
opened Nov 11, 2024 by
JoshuaKGoldberg
Enhancement: Issues waiting for a reply from the OP or another party
enhancement
New feature or request
RuleTester#run
- Infer MessageIds
and Options
type parameter from rule
parameter
awaiting response
#10321
opened Nov 11, 2024 by
marcalexiei
4 tasks done
Enhancement: consistent-type-export: consider same-named term/types
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
#10313
opened Nov 9, 2024 by
jasonkuhrt
4 tasks done
Bug: [await-thenable] Don't flag values of an unconstrained type parameter
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
#10311
opened Nov 9, 2024 by
JoshuaKGoldberg
4 tasks done
Enhancement: Add Go ahead, send a pull request that resolves this issue
enhancement
New feature or request
language
field to FlatConfig.Config
type in utils
package.
accepting prs
#10308
opened Nov 8, 2024 by
burtek
4 tasks done
Bug: [@typescript-eslint/no-unused-vars] import type incorrectly flagged as unused var when name of type match nested namespace name (8.11.x)
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
triage
Waiting for team members to take a look
#10300
opened Nov 7, 2024 by
dloreto
4 tasks done
Website: Add the Bluesky account too
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement
New feature or request
good first issue
Good for newcomers
package: website
Issues related to the @typescript-eslint website
#10295
opened Nov 6, 2024 by
JoshuaKGoldberg
2 tasks done
Enhancement: [max-params] add option to check overload signatures as well
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
#10293
opened Nov 5, 2024 by
pillowfication
4 tasks done
Enhancement: [no-confusing-void-expression] ignoreVoidReturningFunctions should suggest adding void annotation
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
#10290
opened Nov 5, 2024 by
phaux
4 tasks done
Bug: [no-confusing-void-expression] ignoreVoidReturningFunctions ignores generic type returning functions
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
#10289
opened Nov 5, 2024 by
phaux
4 tasks done
Rule proposal: Type-only Field Declarations
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
#10286
opened Nov 5, 2024 by
bk201-
6 tasks done
Bug: no-redeclare - Angular - 'Location' is already defined as a built-in global variable
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
please fill out the template
we have the processes for good reasons 😔
unable to repro
issues that a maintainer was not able to reproduce
#10285
opened Nov 5, 2024 by
digeomel
4 tasks done
Bug: [prefer-nullish-coalescing] 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
ignoreConditionalTests
doesn't ignore the boolean !
operator in a condition
accepting prs
#10284
opened Nov 5, 2024 by
AndersRobstad
4 tasks done
Bug: no-unnecessary-condition prevents use of switch statement with only one case
bug
Something isn't working
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
triage
Waiting for team members to take a look
#10283
opened Nov 5, 2024 by
bluepnume
4 tasks done
Docs: Update project license to explicitly say BSD-2-Clause
accepting prs
Go ahead, send a pull request that resolves this issue
documentation
Documentation ("docs") that needs adding/updating
good first issue
Good for newcomers
#10280
opened Nov 4, 2024 by
bryan-yager
2 tasks done
Repo: Set no-else-return's allowElseIf: false internally
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
#10278
opened Nov 4, 2024 by
JoshuaKGoldberg
Bug: [no-deprecated] No warnings about usage of deprecated props in JSX components
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
#10275
opened Nov 4, 2024 by
alice-ep
4 tasks done
Docs: Add a troubleshooting section for out-of-memory errors
documentation
Documentation ("docs") that needs adding/updating
triage
Waiting for team members to take a look
#10273
opened Nov 4, 2024 by
JoshuaKGoldberg
2 tasks done
Enhancement: Print version of typescript-espree in version warning
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
#10272
opened Nov 4, 2024 by
Mitsunee
4 tasks done
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] 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
considerDefaultExhaustiveForUnions
only with comment
enhancement: plugin rule option
#10251
opened Oct 31, 2024 by
FloEdelmann
4 tasks done
Bug: [no-unnecessary-condition] doesn't recognize truthy bigints prior to TS 5.0
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
#10242
opened Oct 30, 2024 by
kirkwaiblinger
4 tasks done
Bug: [switch-exhaustiveness-check] conflicts with no-unnecessary-condition on switching 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
true
awaiting response
#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
Previous Next
ProTip!
no:milestone will show everything without a milestone.