un-ts / prettier

:package: Opinionated but Incredible Prettier plugins.
https://prettier.vercel.app
MIT License
261 stars 23 forks source link

[prettier-plugin-sql] No supported files were found in the directory: "migrations" #286

Closed ghost closed 9 months ago

ghost commented 10 months ago

Is there a way to make it work other than doing prettier --write on each file individually?

ghost commented 9 months ago

The solution is to explicitly pass --plugin prettier-plugin-sql, e.g. bunx prettier . --write --plugin prettier-plugin-sql