UNPKG
raiden-api-sdk
Version:
latest (1.0.0)
1.0.0
0.0.0
SDK for interacting with the Raiden API
github.com/drdgvhbh/raiden-api-sdk
drdgvhbh/raiden-api-sdk
raiden-api-sdk
/
.prettierrc
13 lines
(12 loc)
•
232 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"useTabs"
:
false
,
"printWidth"
:
80
,
"tabWidth"
:
2
,
"singleQuote"
:
true
,
"trailingComma"
:
"all"
,
"jsxBracketSameLine"
:
false
,
"parser"
:
"typescript"
,
"noSemi"
:
true
,
"rcVerbose"
:
true
,
"arrowParens"
:
"always"
}