sindresorhus / emittery

Simple and modern async event emitter
MIT License
1.74k stars 70 forks source link

Made formatting compatible with prettier #110

Closed johnw42 closed 1 year ago

johnw42 commented 1 year ago

This change adds a .prettierrc file with settings that best match the existing code style, and it reformets existing files with prettier. Some eslint-ignore-line comments were also changed to use eslint-ignore-next-line to avoid problems caused by formatting.

sindresorhus commented 1 year ago

Thanks, but I'm not interested in adopting Prettier.