google / ground-platform

Ground hosted components: Web console, Cloud Functions, db config
http://groundplatform.org
Apache License 2.0
203 stars 83 forks source link

[Code health] You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree. #1843

Open gino-m opened 2 months ago

gino-m commented 2 months ago

On npm run lint --workspace functions:

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

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

Removing redundant eslint deps and upgrading gts in all workspaces and might fix this.

@rfontanarosa FYI