prettier / prettier-emacs

Minor mode to format JS code on file save
http://jlongster.com/A-Prettier-Formatter
372 stars 53 forks source link

[warn] Ignored unknown option --stdin #67

Open arichiardi opened 2 years ago

arichiardi commented 2 years ago

Hi there, started to use this package and receiving that warning when try to call (prettier-js).

$ prettier -v
2.3.2

and

$ prettier --help | grep stdin
  --stdin-filepath <path>  Path to the file to pretend that stdin comes from.

Sorry not really upto snuff on the JavaScript side of things but thought it would be good to report it.

seagle0128 commented 1 year ago

Any update for this?