lion/.changeset/yellow-mails-exist.md
Kristján Oddsson c7c83d1d8b
update prettier
* update prettier to v3.x
* update prettify in @lion/nodejs-helpers to match updated prettier
* remove redundant await for promise
* remove `@types/prettier` as it's now included in `prettier`
* format lit template snippets with `jsx`
2024-05-17 21:43:23 +02:00

259 B

@lion/nodejs-helpers
minor

Update underlying code-formatter prettier to major version 3 and updated the prettify API accordingly.

Consumers of this package need to make sure to await any calls to prettify as the function now returns a promise.