UNPKG
orc-component
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
react 组件库
orc-component
/
.prettierrc
15 lines
•
214 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"printWidth"
:
100
,
"proseWrap"
:
"never"
,
"arrowParens"
:
"avoid"
,
"overrides"
:
[
{
"files"
:
".prettierrc"
,
"options"
:
{
"parser"
:
"json"
}
}
]
}