prettier-cli
prettier-cli copied to clipboard
Lint staged - compatibility issue
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:
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