-
-
Notifications
You must be signed in to change notification settings - Fork 681
[Fix] Crash with babel-eslint #273
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
Conversation
Hmmm, it requires |
Thanks for fixing this! Maybe we can update https://github.com/vuejs/eslint-plugin-vue-libs ? |
# Conflicts: # lib/rules/no-shared-component-data.js
I upgraded |
I'm not sure why CircleCI job is failing. This project does not depend on @michalsnik Could you rebuild the job without cache? I don't have the permission. |
I fixed the test matter. |
Thanks @mysticatea :) And sorry for not responding earlier.. |
Fixes #213.
It intended to show the message "Use the latest vue-eslint-parser", but it crashes.
This PR fixes the crash and adds tests to check that rules don't crash with
babel-eslint
.