@prettier/html-attributes
v0.0.3
Published
List of HTML attributes.
Readme
@prettier/html-attributes
List of HTML attributes.
Install
yarn add @prettier/html-attributesUsage
import { globalAttributes, elementAttributes } from "@prettier/html-attributes";
console.log(globalAttributes);
// => [ 'accesskey', 'autocapitalize', …],
console.log(elementAttributes);
// => {
// 'a': [ 'charset', 'coords' …],
// …,
// }