-
-
Notifications
You must be signed in to change notification settings - Fork 680
Please make a new alpha release or backport a bugfix #1221
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
Comments
Thank you for this issue. I will merge some PRs and release v7.0.0.alpha if I can spare time this weekend. I can't take the time to check the behavior of each version, so I won't backport. |
Yeah, a new release is completely fine. I'll close the issue when it's out. Thank you! |
I have released a new version so close this issue. |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running into the bug fixed here at
eslint-plugin-vue/lib/rules/no-unused-components.js
Lines 88 to 90 in b33c708
Currently builds for a project of mine are failing due to the linter crashing. I validated this by manually adding the fix to the local copy of this library in my node_modules, which allowed the build to proceed as usual.
I would really appreciate it if you could either backport the fix to the 5.2.x and/or 6.2.x lines (I can make the PR if necessary) or make a new alpha release.
The text was updated successfully, but these errors were encountered: