1.0.0 • Published 6 months ago

@prettier/html-tags v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@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', …]
1.0.0

6 months ago