prettier-cli icon indicating copy to clipboard operation
prettier-cli copied to clipboard

Lint staged - compatibility issue

Open pfteter opened this issue 1 year ago • 1 comments

Hi Team,

The CLI works very well, but we realized that probably with markdown files (the same config worked for other files in our lint staged) we get the following error during our lint-staged stage:

image

Our lint config:

  lint-staged": {
    "*": "prettier --write --ignore-unknown"
  }

I will report if I manage to reproduce it / if the rollback to v3 works in that cases

pfteter avatar Oct 09 '24 09:10 pfteter

Does v3 reproduce the same issue for you? If not then it would be very useful if you could make some kind of repro for this issue, because it seems hard to narrow it down with the information provided so far.

fabiospampinato avatar Dec 27 '24 11:12 fabiospampinato

Closing for lack of info, happy to reopen once this is reproducible.

fabiospampinato avatar Jun 14 '25 19:06 fabiospampinato