Shared Prettier config used in Family, Jigra, and Rindo projects.
Usage is based on Sharing configurations from the Prettier docs.
-
Remove existing
.prettierrcfile, if present. -
Install the config.
npm install -D @familyjs/prettier-config -
Add the following to
package.json:"prettier": "@familyjs/prettier-config",