# @theorchard/prettier-config

This package includes the shareable Prettier configuration to be used by Orchard projects.

## How to use
Modify your package.json to contain the following parts:
```json
{
    ...

    "prettier": "@theorchard/prettier-config",
    "devDependencies": {
        ...

        "@theorchard/prettier-config": "1.0.0"
    }
}
```
