Shareable Prettier configuration to apply consistent code styling and formatting across GrowFlow projects.
You can easily install this package and all of its peer dependencies with install-peerdeps:
npx install-peerdeps --dev @growflow/prettier-config
You can then add a prettier field to your package.json to use the shared prettier config:
{
"prettier": "@growflow/prettier-config"
}You should be able to use your favorite editor's (*cough* VS Code) Prettier plugin to easily format your code on save or with the Format command.