Configuring your project to use @mastermindzh/prettier-config can be done in several ways.
The easiest is the package.json solution, the most extensible is the .prettierrc.js version.
package.json
Simply add a "prettier" key with the package name:
{"prettier":"@mastermindzh/prettier-config"}
.prettierrc.js
This solution requires you to put a .prettierrc.js file at the root of your project with the following code: