Prettier config Nick Olsen (ncko)
npm install @ncko/prettier-configInstall @ncko/prettier-config along with prettier:
``shell`
yarn add -D @ncko/prettier-config
In your package.json, add a field "prettier" with the value "@ncko/prettier-config."
`json``
{
...
"prettier": "@ncko/prettier-config",
...
}