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 was archived by the owner on May 12, 2025. It is now read-only.
Hey all! Thanks for the great lint configuration for typescript! I'm running TS 4.1.3 which is currently throwing the below unsupported version error due to this package using an out of date version of @typescript-eslint/parser which can be seen here:
=============
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 <4.1.0
YOUR TYPESCRIPT VERSION: 4.1.3
Please only submit bug reports when using the officially supported version.
=============
I'm hoping that some of the outstanding renovate PRs can be merged, such as #175 which will hopefully allow us to use this module with TS 4.1! Thanks for your time!
The text was updated successfully, but these errors were encountered:
Hey all! Thanks for the great lint configuration for typescript! I'm running TS 4.1.3 which is currently throwing the below unsupported version error due to this package using an out of date version of
@typescript-eslint/parser
which can be seen here:Here's the exact error:
I'm hoping that some of the outstanding renovate PRs can be merged, such as #175 which will hopefully allow us to use this module with TS 4.1! Thanks for your time!
The text was updated successfully, but these errors were encountered: