eslint / typescript-eslint-parser

An ESLint custom parser which leverages TypeScript ESTree to allow for ESLint to lint TypeScript source code.
Other
915 stars 92 forks source link

Update typescript-estree to v6 #580

Closed kripod closed 5 years ago

kripod commented 5 years ago

What version of TypeScript are you using? 3.2.2

What version of typescript-eslint-parser are you using? 21.0.2

What happened?

> eslint --ignore-path .gitignore "**/*.{ts,tsx}"

=============

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.1.1
`
YOUR TYPESCRIPT VERSION: 3.2.2

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

=============
armano2 commented 5 years ago

There is PR with this already: https://github.com/eslint/typescript-eslint-parser/pull/576

kripod commented 5 years ago

@armano2 Unfortunately, I wasn't aware of it. Sorry for disturbing!