Skip to content
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

Breaking: enable HTML syntax errors by default #233

Merged
merged 1 commit into from
Nov 19, 2017

Conversation

mysticatea
Copy link
Member

This PR enables HTML syntax errors by default.

Currently, no-parsing-error rule reports HTML syntax errors (e.g. invalid end tags, duplicated attributes, ...) by opt-in because of backward compatibility. I think the errors are valuable to prevent mistakes, so I'd like to enable those by default before the next major release.

This PR keeps only non-void-html-element-start-tag-with-trailing-solidus error as is because Vue.js supports self-closing tags.

@michalsnik michalsnik merged commit 7a29f57 into master Nov 19, 2017
@michalsnik michalsnik deleted the no-parsing-error/enable-html-errors-by-default branch November 23, 2017 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants