Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

TypeScript 5.1.3 version warning with @typescript-eslint/typescript-estree #97

Open
tsuki-lab opened this issue Jun 21, 2023 · 1 comment

Comments

@tsuki-lab
Copy link
Owner

tsuki-lab commented Jun 21, 2023

Environment

Issue Description

When running the yarn lint command, a warning is received indicating that the TypeScript version (5.1.3) currently in use is not officially supported by @typescript-eslint/typescript-estree.

Command

yarn lint

Warning Received

=============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.0.0

YOUR TYPESCRIPT VERSION: 5.1.3

Please only submit bug reports when using the officially supported version.

=============

Expected Behavior

The linting process should occur without warnings related to unsupported TypeScript versions.

@tsuki-lab
Copy link
Owner Author

I am currently waiting for this issue to be resolved:
typescript-eslint/typescript-eslint#6934

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant