List of HTML event handler attributes.
npm install @prettier/html-event-attributes[![Npm Version][package_version_badge]][package_link]
[![MIT License][license_badge]][license_link]
[![Coverage][coverage_badge]][coverage_link]
[coverage_badge]: https://img.shields.io/codecov/c/github/prettier/html-event-attributes.svg?style=flat-square
[coverage_link]: https://app.codecov.io/gh/prettier/html-event-attributes
[license_badge]: https://img.shields.io/npm/l/html-event-attributes.svg?style=flat-square
[license_link]: https://github.com/prettier/html-event-attributes/blob/main/license
[package_version_badge]: https://img.shields.io/npm/v/@prettier/html-event-attributes.svg?style=flat-square
[package_link]: https://www.npmjs.com/package/@prettier/html-event-attributes
> List of HTML tags.
``bash`
yarn add @prettier/html-event-attributes
`js
import htmlEventAttributes from '@prettier/html-event-attributes';
console.log(htmlEventAttributes);
//=> ['onabort', 'onafterprint', 'onauxclick', …]
``