UNPKG
@postdata/cli
Version:
latest (0.12.0)
0.12.0
A CLI to run Postdata test scripts in CI environments.
postdata.cn
mamahuhu-io/postdata
@postdata/cli
/
.prettierrc
9 lines
(8 loc)
•
126 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"semi"
:
true
,
"trailingComma"
:
"es5"
,
"singleQuote"
:
false
,
"printWidth"
:
80
,
"useTabs"
:
false
,
"tabWidth"
:
2
}