prettier/README.md

24 lines
277 B
Markdown
Raw Normal View History

2023-10-03 12:38:32 +00:00
# Prettier Config
## Installation
```bash
pnpm add -D cupcakearmy-prettier
```
```javascript
// .prettierrc.js
import config from 'cupcakearmy-prettier'
export default {
...config,
}
```
## Included
- Sort imports
- Sort package.json
- Some custom preference settings