I have a custom prettier config, published under @papaia/prettier
on npm.
Currently, to use my prettier config with the project, I have to use a script (I use prestart) that formats my files using the prettier CLI.
It would be very nice if the built in integration could search the configs similar to how prettier itself does it (package.json
field, prettier.config.js
file, etc.).
Thanks in advance!