This packages provides Step Finance's Prettier configuration that we use for linting our projects.
yarn add --dev @stepfinance/prettier-config prettier
Enable the Prettier configuration by updating the project's package.json
with the following:
{
"prettier": "@stepfinance/prettier-config"
}