How to use custom prettier build with npm

I have a custom prettier build which is lay down in the folder on my drive, and I want to use it like I can in VScode, but in CLI or by npm run DoPrettier cmd

So I know vscode.prettier.cfg has “prettierPath” in it; But I can’t find any related for .prettierrc.json file, is it even possible?

Leave a Comment