null-ls.nvim
null-ls.nvim copied to clipboard
The prismaFmt builtin should not be calling prisma-fmt
Issues
- [X] I have checked existing issues and there are no existing ones with the same request.
Feature description
Prisma is no longer shipping prisma-fmt as of https://github.com/prisma/prisma/pull/16923, instead they use the WASM formatter.
Help
Yes
Implementation help
I'm assuming just changing the command from prisma-fmt to prisma-fmt-wasm in the prisma formatter builtin would work, so I don't think I need much help. I'll look into it more tomorrow and submit a PR if it works.
Closed by #1558