UNPKG
shop
Version:
latest (1.0.0)
1.0.0
github.com/Olymposbr/shop
Olymposbr/shop
shop
/
.prettierrc
9 lines
•
171 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"endOfLine"
:
"lf"
,
"quoteProps"
:
"consistent"
,
"semi"
:
false
,
"printWidth"
:
120
,
"tabWidth"
:
4
}