@bfra.me/prettier-config
Version:
Shared Prettier configuration for bfra.me
38 lines (24 loc) • 466 B
Markdown
# @bfra.me/prettier-config
> Shared Prettier configuration for bfra.me.
## Install
### NPM
```sh
npm install --save-dev @bfra.me/prettier-config prettier
```
### PNPM
```sh
pnpm add --save-dev @bfra.me/prettier-config prettier
```
### Yarn
```sh
yarn add --dev @bfra.me/prettier-config prettier
```
## Usage
Add the following entry to your `package.json` file:
```json
{
"prettier": "@bfra.me/prettier-config"
}
```
## License
[MIT](../../LICENSE.md)