Closed mrnugget closed 7 months ago
@mrnugget is attempting to deploy a commit to the leerob-site Team on Vercel.
A member of the Team first needs to authorize it.
Could we do in the package.json
and still have it be respected in Zed?
Could we do in the
package.json
and still have it be respected in Zed?
Yep, that also works, since we just invoke prettier
and prettier
picks up the configuration from the package.json
. Changed the package.json
.
This configuration is pretty minimal and is equivalent to setting
in VS Code's user settings.
The difference is that now this setting is picked up by the
prettier
CLI or others editors that useprettier
to format.