# @bytenote/prettier-config

Reusable Prettier configuration.

## Usage

**Install:**

```sh
npm i -D @bytenote/prettier-config
```

```sh
pnpm i -D @bytenote/prettier-config
```

```sh
bun i -D @bytenote/prettier-config
```

**Add to package.json:**

```jsonc
{
    // ...
    "prettier": "@bytenote/prettier-config",
}
```

## License

[MIT](LICENSE)
