@cartbc/prettier-config-cartes
Version:
Prettier rules to be shared across all Cartes projects
15 lines (11 loc) • 433 B
Markdown
# Cartes Prettier config
Let's share this Prettier config across all of our projects, to keep things consistent.
## Installation
1. Install this package in the target project, along with the required peer dependencies
```bash
pnpx install-peerdeps@2 --pnpm --dev @cartbc/prettier-config-cartes
```
2. Add a reference to this module in your `package.json`
```json
"prettier": "@cartbc/prettier-config-cartes"
```