-
-
Notifications
You must be signed in to change notification settings - Fork 681
vue/html-end-tags
rule goes out of control
#268
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
Labels
Comments
mysticatea
added a commit
that referenced
this issue
Dec 2, 2017
michalsnik
pushed a commit
that referenced
this issue
Dec 3, 2017
michalsnik
pushed a commit
that referenced
this issue
Dec 3, 2017
* Fix: incorrect errors in invalid EOF cases (fixes #268) * Update: make vue/html-quotes fixable
@michalsnik so, How is the problem solved? |
What should I do ? |
This has been fixed one year ago, so if you use recent version of eslint-plugin-vue, this should no longer be the case. If you're having problems please create new issue with detailed description @PLQin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about your environment
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
See playground.
What did you expect to happen?
Autofix does not change the code.
What actually happened? Please include the actual, raw output from ESLint.
The autofix of
vue/html-end-tags
added many</template>
tags.The rule should do nothing if an
eof-in-tag
error exists.The text was updated successfully, but these errors were encountered: