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
/
templates
/
lambda-serverless-ts
/
.prettierrc
7 lines
•
114 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"tabWidth"
:
2
,
"printWidth"
:
80
,
"bracketSpacing"
:
true
}