You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
Warning Received
Expected Behavior
The linting process should occur without warnings related to unsupported TypeScript versions.
The text was updated successfully, but these errors were encountered: