This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
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
Description
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.
Metadata
Assignees
Labels
No labels
Activity