Skip to content

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

Closed
mysticatea opened this issue Dec 1, 2017 · 3 comments · Fixed by #274
Closed

vue/html-end-tags rule goes out of control #268

mysticatea opened this issue Dec 1, 2017 · 3 comments · Fixed by #274
Assignees
Labels

Comments

@mysticatea
Copy link
Member

Tell us about your environment

  • ESLint Version: 4.12.1
  • eslint-plugin-vue Version: 4.0.0-beta.0

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.

@mysticatea mysticatea added the bug label Dec 1, 2017
@mysticatea mysticatea self-assigned this Dec 2, 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
@PLQin
Copy link

PLQin commented Jan 3, 2019

@michalsnik so, How is the problem solved?

@PLQin
Copy link

PLQin commented Jan 3, 2019

@michalsnik so, How is the problem solved?

What should I do ?

@michalsnik
Copy link
Member

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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants