mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
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:
parent
deb5947fc0
commit
80c6268431
Notes:
github-actions[bot]
2024-11-06 20:11:18 +00:00
Author: https://github.com/trflynn89
Commit: 80c6268431
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2201
6 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue