UNPKG
widely
Version:
latest (0.0.3-beat4)
0.0.3-beat4
0.0.3-beat3
0.0.3-beat2
0.0.3-beat1
0.0.2
0.0.1
0.0.1-beat1
## Getting Started
github.com/organization-zhangyoof/components
organization-zhangyoof/components
widely
/
.prettierrc
12 lines
(11 loc)
•
185 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"printWidth"
:
80
,
"overrides"
:
[
{
"files"
:
".prettierrc"
,
"options"
:
{
"parser"
:
"json"
}
}
]
}