Skip to content

prettier/html-event-attributes

Repository files navigation

@prettier/html-event-attributes

Npm Version MIT License Coverage

List of HTML event handler attributes.

Install

yarn add @prettier/html-event-attributes

Usage

import htmlEventAttributes from "@prettier/html-event-attributes";

console.log(htmlEventAttributes);
//=> ['onabort', 'onafterprint', 'onauxclick', …]