* 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`
7 lines
259 B
Markdown
7 lines
259 B
Markdown
---
|
|
'@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.
|