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
Lately, one cannot run linter in pixi repos due to incompatible TypeScript dep version.
It's apparent when creating and setting up a pixi repo (e.g. pixi/ui).
See stack trace:
=============
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.
=============
I think eslint-config needs a dependency update.
The text was updated successfully, but these errors were encountered:
Lately, one cannot run linter in pixi repos due to incompatible TypeScript dep version.
It's apparent when creating and setting up a pixi repo (e.g. pixi/ui).
See stack trace:
I think
eslint-config
needs a dependency update.The text was updated successfully, but these errors were encountered: