UNPKG
create-crack
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
CLI tool for creating crack projects
create-crack
/
template
/
template-react-web-ts
/
.prettierrc
10 lines
(9 loc)
•
157 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"printWidth"
:
80
,
"tabWidth"
:
2
,
"trailingComma"
:
"all"
,
"semi"
:
true
,
"endOfLine"
:
"auto"
,
"arrowParens"
:
"avoid"
,
"bracketSpacing"
:
true
}