@madebywild/prettier-config
Version:
wild's Prettier config
24 lines (16 loc) • 380 B
Markdown
# @madebywild/prettier-config
To use it in your project, you need to install this package and prettier:
```bash
npm i @madebywild/prettier-config prettier --save-dev
```
Then, edit your projects `package.json`:
```json
{
"prettier": "@madebywild/prettier-config"
}
```
How to bump version:
Install `np` from https://github.com/sindresorhus/np
```bash
npm run release
```