Common prettier configuration for personal projects.
Install the package using npm (or yarn):
npm i @cheshire-caat/prettier-config -DAdd the prettier key to your package.json file:
{
"prettier": "@cheshire-caat/prettier-config"
}Check out the prettier documentation for more info on sharing configurations.