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 Jan 19, 2019. It is now read-only.
Hello,
I'm migrating my code base to the new vue-cli tooling, and I encountered an issue when running ESLint on TypeScript code that use a generic type. 😞
If it can help, I'm using
@vue/cli-plugin-eslint
and@vue/eslint-config-typescript
.Here is my
.eslintrc.js
:What version of TypeScript are you using?
Version 2.9.2 and 3+
What version of
typescript-eslint-parser
are you using?Version 16.0.1
What code were you trying to parse?
What did you expect to happen?
No errors
For having this result, I changed my code to:
What happened?
When using AST explorer with
typescript-eslint-parser
, my code is not parsed: https://astexplorer.net/#/gist/c19d736c02a606dc437892e2ba502ab6/2cf1e76e411f75f6aa7c94328724b8e7fa504611But when I change to
typescript
, it's working: http://astexplorer.net/#/gist/c19d736c02a606dc437892e2ba502ab6/fde12f491295d79d28c9d05e02486734932fb3a0Tell me if you need more info, I will be glad to help you to solve this bug 👍
Thanks
The text was updated successfully, but these errors were encountered: