mrmlnc / vscode-attrs-sorter

:electric_plug: VS Code plugin for sorting of the tag attributes in the specified order.
https://goo.gl/nFSdjs
MIT License
8 stars 1 forks source link

Removes closing tag for img causing eslint to fail #38

Closed mubaidr closed 7 years ago

mubaidr commented 7 years ago

Hi! Extensions converts this <img class="logo" src="/static/logo.png" height="50px" /> to <img class="logo" src="/static/logo.png" height="50px">

Which makes es-lint fail validation.

mubaidr commented 7 years ago

So this issue caused due to conflict between extensions, not bug in this extension.