UNPKG
@tanggoat/pack-start
Version:
latest (1.0.3)
1.0.3
1.0.3-beta.5
1.0.3-beta.4
1.0.3-beta.3
1.0.3-beta.2
1.0.3-beta.1
1.0.2
1.0.1
基于webpack的前端脚手架工具
@tanggoat/pack-start
/
dist
/
templates
/
react
/
.prettierrc
12 lines
•
226 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"semi"
:
true
,
"trailingComma"
:
"es5"
,
"singleQuote"
:
true
,
"printWidth"
:
80
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"bracketSpacing"
:
true
,
"bracketSameLine"
:
false
,
"arrowParens"
:
"avoid"
,
"endOfLine"
:
"lf"
}