Our standard Prettier configurations
npm install -D @maboroshi/prettier-config
or
yarn add -D @maboroshi/prettier-config
Add "prettier": "@maboroshi/prettier-config"
to your package.json.
{
"name": "your-package",
"version": "1.0.0",
"prettier": "@maboroshi/prettier-config"
}