-
-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with typescript-eslint@2 #944
Comments
I removed I set
If you exclude But I don't know if this configuration change is correct. |
@ota-meshi as written here into Gonna reference this issue on their issue tracker too. Also, seems like that package still depends on ESLint 5 and didn't updated to ESLint 6, this may be one of the problems (vuejs/vue-eslint-parser#54). |
I still catch a little confused after seeing this and the referened issue. Is it a bug actually? Or not a bug, just conflict caused by them which needs extra configuration? So could you tell my how can I solve it now? |
AFAIK you cannot solve it. |
Tell us about your environment
Please show your full configuration:
https://github.com/sem4phor/vue-typescript-eslint
What did you do?
I created a new repository with vue-cli3
I installed all dependencies for adding [email protected]
I upgraded typescript eslint to v2.0.0 (latest major release) and changed configuration according to: typescript-eslint/typescript-eslint#853 (comment)
Then i ran
npm run lint
What did you expect to happen?
The template of the .vue files are linted without a parser error
What actually happened?
The parser did fail to parse the template (See error message in README of bug repro repo)
I am not sure if thats an issue of eslint-plugin -vue, the configuration or typescript-eslint. Maybe someone can help me out.
The text was updated successfully, but these errors were encountered: