Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 892 Bytes

File metadata and controls

23 lines (15 loc) · 892 Bytes

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.