@growflow/prettier-config
v10.0.0
Published
Common prettier config for Growflow Org.
Downloads
2,742
Readme
GrowFlow Prettier Configuration
Shareable Prettier configuration to apply consistent code styling and formatting across GrowFlow projects.
Usage
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"
}
Editor Integration
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.