Skip to content

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.

2 participants