Prettier config .json file where to centralized the standard.
1. This is only a prettier config file, so you will need to install the npm package for this to work.
npm i -D prettier
{
"name": "my-cool-library",
// ...
"prettier": "@juanaraneta/prettier-config"
// ...
}