I want to enable auto close empty tag with Prettier in Visual Studio Code v 1.37.1.
I want this:
<img src='/logo.svg' alt='' />
<div />
from this:
<img src='/logo.svg' alt=''>
<div></div>
Anyone knows where to enable it in Prettier or with any other extension ??