DEV Community

Discussion on: Why is HTML linting not a common practice?

Collapse
 
rhymes profile image
rhymes

For what it's worth eslint-vue checks HTML (Vue) attributes and their ordering, and with prettier configured you also get auto formatting. But, it doesn't exactly check HTML, it just checks that the attributes are correct in the context of Vue, the rest is a byproduct.