nextjs-latest-starter
nextjs-latest-starter copied to clipboard
TypeScript 5.1.3 version warning with @typescript-eslint/typescript-estree
Environment
- Repository: https://github.com/tsuki-lab/nextjs-latest-starter/tree/0.9.1
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.
I am currently waiting for this issue to be resolved: https://github.com/typescript-eslint/typescript-eslint/issues/6934