Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn off log output when formatting

Tags:

prettier

Run:

prettier --write .

How turn off log output when formatting in prettier?

like image 205
doox911 Avatar asked Mar 11 '26 11:03

doox911


1 Answers

You can use the following:

prettier --log-level silent

Source: https://prettier.io/docs/en/cli.html#--log-level

like image 66
Forrest Wilkins Avatar answered Mar 13 '26 16:03

Forrest Wilkins



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!