UNPKG
@codephez/cli
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
cli for generate vue project example
github.com/codephez/cli-kodeku
codephez/cli-kodeku
@codephez/cli
/
.prettierrc
8 lines
•
143 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
}