Closed
Description
Microsoft recently deployed Typescript@3.5.0.
typescript-estree should be updated to handle new syntax changes.
Current error:
=============
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.5.0
YOUR TYPESCRIPT VERSION: 3.5.1
Please only submit bug reports when using the officially supported version.
=============
package | version |
---|---|
@typescript-eslint/typescript-estree |
1.6.0 |
TypeScript |
3.5.1 |