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 has been archived by the owner on Aug 14, 2024. It is now read-only.
getting the following warning on typescript v3.7.2
WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.6.0
YOUR TYPESCRIPT VERSION: 3.7.2
Please only submit bug reports when using the officially supported version.
@iamturns this issue is reintroduced when using a recent version on TypeScript (in my case 4.1.3).
Instead of bumping the (pinned) version of "@typescript-eslint/parser", would it not be better to make "@typescript-eslint/parser" a peer dependency (just like "@typescript-eslint/eslint-plugin", as described in issue #158)?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
getting the following warning on typescript v3.7.2
here is my eslint config file
The text was updated successfully, but these errors were encountered: