-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
coreRelates to ESLint's core APIs and featuresRelates to ESLint's core APIs and featuresenhancementThis change enhances an existing feature of ESLintThis change enhances an existing feature of ESLint
Description
ESLint version
HEAD
What problem do you want to solve?
We've never formally defined what versions of TypeScript we want to support. This has made making certain decisions more difficult because we're not sure whether type consumers will be using a version of TypeScript that supports the features we want to use.
What do you think is the correct solution?
Set the minimum TypeScript version we formally support to v5.3 and update this along with supported Node.js versions.
Participation
- I am willing to submit a pull request for this change.
Additional comments
Split from:
#19843 (comment)
ST-DDT, fasttime, lishaduck, Shinigami92 and kirkwaiblinger
Metadata
Metadata
Assignees
Labels
coreRelates to ESLint's core APIs and featuresRelates to ESLint's core APIs and featuresenhancementThis change enhances an existing feature of ESLintThis change enhances an existing feature of ESLint
Type
Projects
Status
Feedback Needed