UNPKG
@danhu90/work-template-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
A CLI to bootstrap my projects
github.com/danhu90/work-template-cli
danhu90/work-template-cli
@danhu90/work-template-cli
/
.prettierrc
8 lines
•
130 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"tabWidth"
:
2
,
"printWidth"
:
80
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
,
"arrowParens"
:
"avoid"
,
"semi"
:
true
}