Skip to content

Files

Latest commit

Apr 26, 2025
f8d6494 · Apr 26, 2025

History

History
29 lines (21 loc) · 840 Bytes

readme.md

File metadata and controls

29 lines (21 loc) · 840 Bytes

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