UNPKG
@yomguithereal/prettier-config
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
My personal Prettier config.
github.com/yomguithereal/prettier-config
yomguithereal/prettier-config
@yomguithereal/prettier-config
/
README.md
21 lines
(14 loc)
•
277 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# `@
yomguithereal
/
prettier-config
` >
My
personal
[Prettier]
(
https
:
//prettier.io) config.
## Usage **Install**:
``
`bash $ npm i --save-dev @yomguithereal/prettier-config `
``
**Edit
`package.json`
**:
``
`jsonc { // ... "prettier": "@yomguithereal/prettier-config" } `
``