Skip to content

prettier/html-attributes

Repository files navigation

@prettier/html-attributes

Npm Version MIT License Coverage

List of HTML attributes.

Install

yarn add @prettier/html-attributes

Usage

import { globalAttributes, elementAttributes } from "@prettier/html-attributes";

console.log(globalAttributes);
// => [ 'accesskey', 'autocapitalize',  …],

console.log(elementAttributes);
// => {
//   'a': [ 'charset',  'coords' …],
//   …,
// }

About

List of HTML attributes.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages