UNPKG
tedis-mod
Version:
latest (0.2.1-beta)
0.2.1-beta
redis client for node.js with typescript and async
github.com/SamSteele01/tedis
SamSteele01/tedis
tedis-mod
/
.prettierrc
8 lines
(7 loc)
•
106 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"semi"
:
true
,
"trailingComma"
:
"all"
,
"singleQuote"
:
false
,
"printWidth"
:
90
,
"tabWidth"
:
2
}