Meta+LibJS: Upgrade to prettier version 3.3.3

Prettier v3 was released over a year ago, and most users will have it by
default by now.
This commit is contained in:
Timothy Flynn 2024-11-06 12:05:09 -05:00 committed by Tim Flynn
commit 80c6268431
Notes: github-actions[bot] 2024-11-06 20:11:18 +00:00
6 changed files with 12 additions and 10 deletions

View file

@ -30,8 +30,8 @@ if (( ${#files[@]} )); then
exit 1
fi
if ! prettier --version | grep -q '\b2\.' ; then
echo "You are using '$(prettier --version)', which appears to not be prettier 2."
if ! prettier --version | grep -q '\b3\.' ; then
echo "You are using '$(prettier --version)', which appears to not be prettier 3."
exit 1
fi