@bytenote/prettier-config
Version:
Reusable Prettier configuration
33 lines (22 loc) • 353 B
Markdown
# @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)