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