liferay / liferay-npm-tools

Collection of tools for using npm in Liferay
Other
18 stars 15 forks source link

chore!: update Prettier to v2.0.5 #442

Closed wincent closed 4 years ago

wincent commented 4 years ago

Previously manually tested in liferay-portal here.

Breaking change because of changes described in the blog post.

A key default changed:

Change default value for arrowParens to always

Another big change is:

Always add a space after the function keyword

Includes update of test snapshots (yarn test -u) and one manual change I had to make that wasn't covered by yarn test -u.

Closes: https://github.com/liferay/liferay-npm-tools/issues/418

wincent commented 4 years ago

This is green and simple so going to merge it.