@prettier/html-tags List of HTML tags. Install yarn add @prettier/html-tags Usage import {htmlTags, htmlVoidTags} from '@prettier/html-tags' console.log(htmlTags) //=> ['a', 'abbr', 'acronym', …] console.log(htmlVoidTags) //=> ['area', 'base', 'basefont', …]