# @straw-hat/prettier-config

Base Prettier configuration.

## How-to Guides

### Get Started

1. Install the dependency in your package.

   ```sh
   yarn add -D @straw-hat/prettier-config
   ```

2. Add the `@straw-hat/prettier-config` to your `.prettierrc.json` file.

   ```json
   "@straw-hat/prettier-config"
   ```
