mirror of
https://github.com/cupcakearmy/prettier.git
synced 2024-12-21 23:56:31 +00:00
readme
This commit is contained in:
parent
bfbcdfb8f1
commit
274f91c0d4
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user