Repo: Remove never-used downlevel-dts #10506
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Suggestion
I started making a new package for #10383 and saw that we still have
downlevel-ts
used for TS 4.3:typescript-eslint/packages/utils/package.json
Line 57 in 7defffe
But, as of v8, we only support TS 4.8 and newer:
typescript-eslint/packages/typescript-estree/src/parseSettings/warnAboutTSVersion.ts
Line 11 in 7defffe
We can raise the
downlevel-ts
targets, no?Additional Info
💖
The text was updated successfully, but these errors were encountered: