Skip to content

prettier/html-tags

Repository files navigation

@prettier/html-tags

Npm Version MIT License Coverage

List of HTML tags.

Install

yarn add @prettier/html-tags

Usage

import htmlTags from '@prettier/html-tags;

console.log(htmlTags);
//=> ['a', 'abbr', 'acronym', …]