UNPKG
@cake-fxd/cake-cli-presets
Version:
latest (1.0.1)
1.0.1
1.0.0
蛋糕英语前端模版项目集合
@cake-fxd/cake-cli-presets
/
templates
/
h5
/
.prettierrc
11 lines
•
216 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"semi"
:
false
,
"trailingComma"
:
"all"
,
"singleQuote"
:
true
,
"printWidth"
:
120
,
"tabWidth"
:
2
,
"overrides"
:
[
{
"files"
:
".prettierrc"
,
"options"
:
{
"parser"
:
"json"
}
}
]
}