google / gts

☂️ TypeScript style guide, formatter, and linter.
https://github.com/google/gts
Apache License 2.0
5.06k stars 205 forks source link

Typescript version warning #853

Closed its-anas closed 6 months ago

its-anas commented 6 months ago

My node project typescript version is "5.2.0"

When running npm run lint

I get

> gts lint

version: 20
=============

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.2.0

YOUR TYPESCRIPT VERSION: 5.2.2

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

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