UNPKG
siwe-recap
Version:
alpha (0.0.2-alpha.0)
latest (0.0.1-alpha.0)
0.0.2-alpha.0
0.0.1-alpha.0
A Typescript implementation of EIP-5573 utilities
siwe-recap
/
.prettierrc.json
11 lines
(10 loc)
•
173 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"semi"
:
true
,
"singleQuote"
:
true
,
"arrowParens"
:
"avoid"
,
"bracketSameLine"
:
true
,
"printWidth"
:
80
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"endOfLine"
:
"lf"
}