⚡️ Execute Prettier for Svelte on the fly
npx psvx
This is equivalent to the following command, with dependencies already resolved
npx prettier -w . --plugin prettier-plugin-svelte .
MIT